Skip to content

Commit 126d0c7

Browse files
author
Erwin Dondorp
committed
migrated nightmare to puppeteer
1 parent 532e9d2 commit 126d0c7

File tree

6 files changed

+757
-1167
lines changed

6 files changed

+757
-1167
lines changed

docs/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -651,11 +651,11 @@ sh runtests.sh
651651

652652
To show the browser window + a debugger while running the functional tests you can run:
653653
```
654-
NIGHTMARE_DEBUG=1 sh runtests.sh
654+
PUPPETEER_DEBUG=1 sh runtests.sh
655655
```
656656

657657
We use the following testing libraries:
658-
- [nightmare.js](https://github.com/segmentio/nightmare), for functional/browser tests
658+
- [puppeteer](https://pptr.dev/), for functional/browser tests
659659
- [mocha](https://mochajs.org/), a well documented testing framework for javascript
660660
- [chai](http://www.chaijs.com/), the preferred assertion library for testing
661661

0 commit comments

Comments
 (0)