1.0.2 • Published 5 years ago

testcafe-browser-provider-dappeteer v1.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

testcafe-browser-provider-dappeteer

This is the dappeteer browser provider plugin for TestCafe.

WIP

Feel free to contribute to this project. We want to be able to do clean end to end testing for Ethereum. Testcafe and dappeteer seems a good way to achieve this goal. A better testcafe provider will be the first step :)

Install

npm install testcafe-browser-provider-dappeteer

Usage

You can determine the available browser aliases by running

testcafe -b dappeteer

When you run tests from the command line, use the alias when specifying browsers:

testcafe dappeteer 'path/to/test/file.js'

When you use API, pass the alias to the browsers() method:

testCafe
    .createRunner()
    .src('path/to/test/file.js')
    .browsers('dappeteer')
    .run();

Author

Romain Gardet

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago