Skip to content

assert-equals/dappdriver-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Install Browser Extension

npm run setup

Run All Tests

npm test