Hexcles / wpt-puppeteer

Prototype to run WPT with Puppeteer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to run

Assume your WPT checkout is at ~/github/wpt. First, start wptserve with the aliases override from this repo:

~/github/wpt/wpt serve --alias_file ./wptserve.aliases

Then in another terminal, build and run the test runner:

npm install
npm run build
node lib/wptrun.js [tests you want to run...]

Design

Please refer to the design doc.

About

Prototype to run WPT with Puppeteer

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:TypeScript 89.4%Language:JavaScript 10.6%