Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Coping With The Broken Web

Coping With The Broken Web

A talk on testing browsers

http://2013.frontendconf.ch/

Rodney Rehm

August 29, 2013
Tweet

More Decks by Rodney Rehm

Other Decks in Technology

Transcript

  1. • identify and fix legal issues (who owns tests) •

    moving to github in progress • extract meta data from specifications for test coverage analysis and linking
  2. • centralize test efforts across WGs • run tests in

    cloud and collect data • to build compatibility tables • show browser support in specifications, WebPlatform.org, anywhere
  3. • use github for reviewing test suites • integrate adding

    tests into WebPlatform.org • make submitting bugs off a test dead simple • painless local development environment
  4. When the web is not doing what you want it

    to, fight back, WRITE TESTS! Me, I think
  5. Recap • testharness.js to run tests • firebase.io to aggregate

    data • real browsers, devices and BrowserStack • don‘t wait for W3C to get their testing sorted, have some fun now