Skip to content

Requirements/Description #68

@amilajack

Description

@amilajack

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions