AVA and testing in real browsers #3022
make-github-pseudonymous-again
started this conversation in
Ideas
Replies: 1 comment 3 replies
-
Neat! Is there anything we can do to make it so you don't have to clone AVA? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Reading the section on browser testing it seems that AVA cannot be used to test code running in a real browser. I have drafted an incomplete clone of AVA that runs tests in real browsers via
playwright
androllup
. Theplaywright
part replaces workers androllup
is used to get tests written in TypeScript to run in the browser. There are some caveats. I would love feedback.Beta Was this translation helpful? Give feedback.
All reactions