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
given an api, find the first version of every single browser that supports
the given api (if any version does)
execute in a reasonable amount of time. assume connecting to a browser, executing
the tests and closing the connection to the browser is an expensive operation (5min).
Batching tests will be necessary
there are 50 version of firefox and chrome. 10 of safari, 10 of ie
determine the first versions for all these browsers
We have >= 10K APIs we want to test
Need to output a json file with all the all apis with first version of each browser supported
Given:
browser test runner, execute js code on any version of any browser
database (mysql)
you can generate compat tests for any api
(api: Object) => true
given list of APIs
Can only run 5 tests at a time
Assumptions
APIs cannot be deprecated
The text was updated successfully, but these errors were encountered:
Requirements:
the given api (if any version does)
the tests and closing the connection to the browser is an expensive operation (5min).
Batching tests will be necessary
Given:
Assumptions
The text was updated successfully, but these errors were encountered: