-
Notifications
You must be signed in to change notification settings - Fork 422
Closed
Labels
regression-testingRelated to AVA regression tests of example pages or AVA framework implementation within repoRelated to AVA regression tests of example pages or AVA framework implementation within repo
Description
I was working on implementing a way to run AVA as headless, and later found that it is already possible:
To run in firefox headless mode:
$ CI=1 npm run regression
I have read these docs before but somehow missed this.
Would it make sense to change the default to run tests as headless, and opt in to non-headless with e.g.
$ DEBUG=1 npm run regression
?
Metadata
Metadata
Assignees
Labels
regression-testingRelated to AVA regression tests of example pages or AVA framework implementation within repoRelated to AVA regression tests of example pages or AVA framework implementation within repo