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
I am using the @axe-core/playwright library to perform automated accessibility tests using playwright however these tests often timeout when working against large pages.
In playwright you can change the timeout of an individual test by calling test.setTimeout(), however when using cucumber as shown in your repo we don't have access to this test object. Is there a way of accessing the test object or are there any other approaches for changing the timeouts on particular tests?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I am using the @axe-core/playwright library to perform automated accessibility tests using playwright however these tests often timeout when working against large pages.
In playwright you can change the timeout of an individual test by calling test.setTimeout(), however when using cucumber as shown in your repo we don't have access to this test object. Is there a way of accessing the test object or are there any other approaches for changing the timeouts on particular tests?
Thanks,
David.
Beta Was this translation helpful? Give feedback.
All reactions