An example to help demonstrate using DappDriver and Cucumber to test a sample dapp
Install Dependancies
npm install
Build Code
npm run build
Install Playwright Browser
npx playwright install chrome
Run All Tests
npm test
An example to help demonstrate using DappDriver and Cucumber to test a sample dapp
Install Dependancies
npm install
Build Code
npm run build
Install Playwright Browser
npx playwright install chrome
Run All Tests
npm test