-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Requirements:
- 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
vikr01
Metadata
Metadata
Assignees
Labels
No labels