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
{{ message }}
This repository has been archived by the owner on Dec 5, 2023. It is now read-only.
I'm working on adding end-to-end tests, which also run javascript code. The headless browser that I use will throw exceptions in the tests if an exception is thrown in the javascript. So instead of/in addition to alert(), I would like to have some throws in there as well, to make the e2e tests fail if something goes wrong in javascript land.
The text was updated successfully, but these errors were encountered:
I'm working on adding end-to-end tests, which also run javascript code. The headless browser that I use will throw exceptions in the tests if an exception is thrown in the javascript. So instead of/in addition to
alert()
, I would like to have somethrow
s in there as well, to make the e2e tests fail if something goes wrong in javascript land.The text was updated successfully, but these errors were encountered: