Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 477 Bytes

File metadata and controls

36 lines (24 loc) · 477 Bytes

DappDriver examples

A set of examples to help demonstrate using DappDriver.

Examples

Getting Started

Install Dependancies

npm install

Build Code

npm run build

Install Playwright Browser

npx playwright install chrome

Run All Tests

npm test