Skip to content

Latest commit

 

History

History

cucumber

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Cucumber

An example to help demonstrate using DappDriver and Cucumber to test a sample dapp

Getting Started

Install Dependancies

npm install

Build Code

npm run build

Install Playwright Browser

npx playwright install chrome

Install Browser Extension

npm run setup

Run All Tests

npm test