theintern / intern

A next-generation code testing stack for JavaScript.
https://theintern.io/
Other
4.36k stars 309 forks source link

Externalize default browser features / defects #1128

Open jason0x43 opened 4 years ago

jason0x43 commented 4 years ago

Certain web driver feature tests can't be run in all browsers because they can cause the browser to freeze or the session to hang. These are currently handled in Server. Externalize these to a separate code module or data file to make them easier to follow and maintain.