An open API service indexing awesome lists of open source software.

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

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
```