We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version info:
2.0.22
Running this command:
artillery run-fargate --region=us-east-1 --count=2 --subnet-ids=subnet-public-test-subnet --security-group-ids=sg-1234dwlkej123 artillery-playwright.ts
I expected to see this happen:
On command line I was hoping to see Workers come online
Workers come online
Instead, this happened:
Waiting for workers to come online
Files being used:
export const config = { target: 'https://shop.myworkspace.com', phases: [ { duration: 3600, arrivalRate: 2 }, ], engines: { playwright: {} }, }; export const scenarios = [ { name: 'CJ-1 - Simple Checkout', engine: 'playwright', testFunction: customerJourney1, },
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Version info:
Running this command:
I expected to see this happen:
On command line I was hoping to see
Workers come online
Instead, this happened:
Waiting for workers to come online
Files being used:
The text was updated successfully, but these errors were encountered: