Skip to content
New issue

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

Parallel execution and launchOption not working from .yml file #2742

Closed
Brijendra9322 opened this issue May 14, 2024 · 1 comment
Closed

Comments

@Brijendra9322
Copy link

I would like to handle the browser launch options and parallel execution both from .yml file. how to do that?
below is my .yml file but launchOptions and parallel is not working . i want to run with multiple user id with different browser sessions.
I see that Playwright.config.ts is not working in case of artillery. kindly help here.

config:
target: "https://www.google.com/"
playwright:
launchOptions:
headless: false
phases:

  • duration: 1
    arrivalRate: 1
    name: "Phase 1"
    processor: "./tests/test/xyz.ts"
    engines:
    playwright: {}
    output:
    json: "report/artillery_report_{{__timestamp | dateFormat 'YYYY-MM-DD'}}.json"
    scenarios:

engine: playwright
testFunction: "demoTest"
parallel: 2

@bernardobridge
Copy link
Contributor

Closing this as it's not an issue and has been answered here: #2686 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants