https://github.com/assert-equals/dappdriver-examples
A set of examples to help demonstrate using DappDriver
https://github.com/assert-equals/dappdriver-examples
documentation e2e-tests end-to-end-testing examples
Last synced: about 1 year ago
JSON representation
A set of examples to help demonstrate using DappDriver
- Host: GitHub
- URL: https://github.com/assert-equals/dappdriver-examples
- Owner: assert-equals
- License: mit
- Created: 2024-11-21T21:40:06.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-11T21:28:53.000Z (over 1 year ago)
- Last Synced: 2025-02-10T23:34:58.856Z (over 1 year ago)
- Topics: documentation, e2e-tests, end-to-end-testing, examples
- Language: TypeScript
- Homepage: https://github.com/assert-equals/DappDriver
- Size: 10.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DappDriver examples
A set of examples to help demonstrate using [DappDriver](https://github.com/assert-equals/DappDriver).
## Examples
- [Cucumber](./packages/cucumber)
- [Jest](./packages/jest)
- [Mocha](./packages/mocha/)
- [Headless Wallet](./packages/tests/headless.ts)
## 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
```