You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docker run --rm -it -v ${PWD}:/scripts artilleryio/artillery:latest run /scripts/scenario.yml
Expected the test to run. Instead I got this:
Test run id: tppgw_hkj9zxbg4t9yw9ygd4a8c5pctn3jt_rf55
⠋ node:internal/modules/cjs/loader:1244
const err = new Error(message);
^
Error: Cannot find module '@playwright/test'
Require stack:
- /scripts/flow.js
- /home/node/artillery/node_modules/@artilleryio/int-core/lib/runner.js
- /home/node/artillery/node_modules/@artilleryio/int-core/index.js
- /home/node/artillery/lib/artillery-global.js
- /home/node/artillery/bin/run
at Function._resolveFilename (node:internal/modules/cjs/loader:1244:15)
at Function._load (node:internal/modules/cjs/loader:1070:27)
at TracingChannel.traceSync (node:diagnostics_channel:322:14)
at wrapModuleLoad (node:internal/modules/cjs/loader:217:24)
at Module.require (node:internal/modules/cjs/loader:1335:12)
at require (node:internal/modules/helpers:136:16)
at Object.<anonymous> (/scripts/flow.js:1:20)
at Module._compile (node:internal/modules/cjs/loader:1562:14)
at Object..js (node:internal/modules/cjs/loader:1699:10)
at Module.load (node:internal/modules/cjs/loader:1313:32) {
code: 'MODULE_NOT_FOUND',
requireStack: [
'/scripts/flow.js',
'/home/node/artillery/node_modules/@artilleryio/int-core/lib/runner.js',
'/home/node/artillery/node_modules/@artilleryio/int-core/index.js',
'/home/node/artillery/lib/artillery-global.js',
'/home/node/artillery/bin/run'
]
}
Node.js v22.13.0
Running this command:
cd examples/browser-playwright-reuse-authentication
docker run --rm -it -v ${PWD}:/scripts --entrypoint /bin/sh artilleryio/artillery:latest
cd /scripts
npx artillery run scenario.yml
I expected to see this happen:
I expected the test to run
Instead, this happened:
Need to install the following packages:
[email protected]
Ok to proceed?
Files being used:
examples/browser-playwright-reuse-authentication
The text was updated successfully, but these errors were encountered:
Version info:
Expected the test to run. Instead I got this:
Running this command:
I expected to see this happen:
I expected the test to run
Instead, this happened:
Files being used:
examples/browser-playwright-reuse-authentication
The text was updated successfully, but these errors were encountered: