This is a test dApp that shows the different ways you can integrate dAppwright into your test suite.
You can find the different conifurations in the tests folder which includes examples setups for...
- single test
- multiple files
- multiple wallets
git clone https://github.com/TenKeyLabs/dappwright-examples.git
cd dappwright-examples
yarn install
You can run all of the examples with any of these commands
yarn test:all
Or you can specify an example configuration with...
yarn test:single-test
yarn test:multiple-files
yarn test:multiple-wallets
In order to run the test dApp, it requires running both the application and local blockchain which requires two terminal sessions.
yarn dev # first terminal
yarn chain # second terminal