This website requires JavaScript.
Explore
Help
Sign In
github
/
puppeteer
Watch
0
Star
0
Fork
0
You've already forked puppeteer
mirror of
https://github.com/puppeteer/puppeteer
synced
2024-06-14 14:02:48 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
c701ea194a
puppeteer
/
mocha-config
/
base.js
5 lines
67 B
JavaScript
Raw
Normal View
History
Unescape
Escape
chore: migrate remaining tests to Mocha (#5616) This commit updates all the non-Puppeteer unit tests to run using Mocha and then deletes the custom test runner framework from this repository. The documentation has also been updated.
2020-04-09 18:12:32 +00:00
module
.
exports
=
{
reporter
:
'dot'
,
chore: force Mocha to exit on CI (#5862) We have some bug where some test runs will pass but then stall as Mocha doesn't exit cleanly. This is proving very hard to track down (I've yet to replicate it or find the test that causes it) and it doesn't happen consistently. The `exit` flag forces Mocha to hard exit. This will help with CI stability. The flag only gets set on CI runs.
2020-05-13 10:10:07 +00:00
exit
:
!
!
process
.
env
.
CI
,
chore: migrate remaining tests to Mocha (#5616) This commit updates all the non-Puppeteer unit tests to run using Mocha and then deletes the custom test runner framework from this repository. The documentation has also been updated.
2020-04-09 18:12:32 +00:00
}
;
Reference in New Issue
Copy Permalink