Skip to content

Files

Latest commit

9cdc546 · Mar 19, 2019

History

History
This branch is 2074 commits behind web-platform-tests/wpt.fyi:main.

webapp

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Mar 14, 2019
Jan 8, 2019
Feb 15, 2019
Mar 7, 2019
Sep 28, 2018
Apr 10, 2018
Jan 10, 2019
Oct 19, 2018
Mar 7, 2019
Mar 7, 2019
Mar 4, 2019
Mar 19, 2019
Jan 8, 2019
Jan 8, 2019
Nov 28, 2018
Feb 21, 2019
Sep 25, 2018
Feb 28, 2019
Dec 14, 2018
Nov 24, 2018
Mar 4, 2019
Mar 4, 2019
Feb 1, 2019
Mar 14, 2019
Mar 4, 2019
Jan 7, 2019
Jan 7, 2019
Jan 7, 2019
Feb 21, 2019
Jan 15, 2019
Jan 15, 2019
Sep 13, 2018

wpt.fyi

Setup local development for wpt.fyi

Prerequisites:

  1. Setting up your environment
  2. Running locally

Once prerequisites are completed, run the following commands from within webapp/:

npm install -g bower
bower install
npm install -g web-component-tester
npm install

Commands

  • npm test: This will run the linting task followed by the web-component-tester task.
  • npm run lint: This will run only the linting task.
  • npm run lint-fix: This will run the linting task with automatic lint fixing.
  • npm run wct: This will run only the web-component-tester task.
  • npm run wctp: This will run the web-component-tester task with the -p flag to leave the browser open after the tests have completed.