Skip to content

A script designed to compare CI results for the web-platform-tests project

License

Notifications You must be signed in to change notification settings

bocoup/wpt-validate-taskcluster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WPT Taskcluster Validation

Requirements

  • Node.js version 8 (Due to a bug in one of this project's dependencies, HTTP request memoization does not work in Node.js version 10. The script will return accurate results, but repeated invocations may exceed HTTP API request limits.)
  • A free user account on GitHub.com
  • A free user account on TravisCI.com

Instructions

  1. Authenticate with GitHub.com

    1. Visit https://github.com/settings/tokens
    2. Create an access token that includes the public_repo scope
    3. Save the access token to a file named token-github.txt in the root of this repository
  2. Authentication with TravisCI

    1. Follow the instructions at https://developer.travis-ci.com/authentication to obtain an access token or the TravisCI HTTP API
    2. Save the access token to a file named token-travisci.txt in the root of this repository
  3. Execute the following commands in a terminal:

    npm install
    node .
    

License

Copyright 2018 Bocoup under the GNU General Public License v3.0

About

A script designed to compare CI results for the web-platform-tests project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published