Artillery-Playwright (with POM and Fixture) #3327
Closed
ldelreguero
started this conversation in
Artillery
Replies: 1 comment 2 replies
-
hi @ldelreguero 👋 Artillery's Change your code like below and it should work: - async function helloFlow({ webApp, page }) {
+ async function helloFlow(page) { |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello Community!
I implemented (I think) Playwright with POM and Fixture.
Now, I want to try Artillery.
I have the following structure:
logis.js
fixture.js
page1,js
Test in Playwright:
Test in Artillery:
yml:
Ejecution:
Does Artillery support Playwright's Fixture concept?
What could I be doing wrong in the Artillery Test? Playwright's test is correct but Artillery's is not
Is it a configuration issue? (yml)
I look forward to any comments. Everything will be very useful for me.
Beta Was this translation helpful? Give feedback.
All reactions