We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb320f9 commit 5e061cfCopy full SHA for 5e061cf
packages/artillery-engine-playwright/index.js
@@ -69,7 +69,7 @@ class PlaywrightEngine {
69
);
70
71
if (process.env.WORKER_ID) {
72
- if (launchOptions.headless) {
+ if (!launchOptions.headless) {
73
// Running inside a cloud worker, e.g. on AWS Fargate. Force headless mode
74
console.log('Running inside a cloud worker. Forcing Playwright headless mode to true');
75
launchOptions.headless = true;
0 commit comments