We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bc8b1d commit 7da9d9fCopy full SHA for 7da9d9f
test/functional.js
@@ -81,7 +81,7 @@ describe('Functional tests using webpack', function() {
81
this.timeout(10000);
82
83
before(function(done) {
84
- puppeteer.launch().then(_browser => {
+ puppeteer.launch({ headless: true }).then(_browser => {
85
browser = _browser;
86
done();
87
});
0 commit comments