summaryrefslogtreecommitdiff
path: root/tools/wpt.ts
AgeCommit message (Collapse)Author
2021-06-06tests: generate and upload wptreport.json (#10869)Luca Casonato
These reports can be consumed by tools like `wptreport` or https://wpt.fyi. The old style report could be removed in a future PR when wpt.deno.land is updated.
2021-06-05tests: fix wpt runner expected test file failures (#10856)Luca Casonato
2021-06-03build: collect wpt results as json (#10823)Luca Casonato
2021-05-10feat: add WebStorage API (#7819)crowlKats
This commit introduces localStorage and sessionStorage.
2021-05-09chore: update wpt (#10509)Luca Casonato
2021-02-19chore: rename default branch to main (#9503)Luca Casonato
2021-01-28fix(tools): fix typo in wpt cli output (#9303)Dezső Mészáros
2021-01-27tests: new typescript WPT runner (#9269)Luca Casonato