Replies: 1 comment 1 reply
-
Hi @pditmar, no not at the moment. The duration of the step takes everything into account. Are you looking to make metrics generated by different runs more consistent / comparable? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We have a lot of Playwright functional Page Object Model test scripts which work great in Artillery.
Some of our methods contain wait times and also typing time. Is there any way to automatically remove those from the reports/metric transaction reponse times that I create steps for.
The following is an example, multiple actions are taken before the submit :
Called like this :
await onlinePage(page).enterBasicData('01-01-1981', '65')
Another thing they do is create a delay function with a timeout (JS) or use the page.waitForTimeout
Do I have to instruct the teams to re-write their scripts and split everything up? Or are there other possibilities?
Beta Was this translation helpful? Give feedback.
All reactions