-
Notifications
You must be signed in to change notification settings - Fork 63
implementation report generation
Marcos Cáceres edited this page Sep 7, 2021
·
23 revisions
- Install web platform tests per instructions
- Safari
./wpt run --log-wptreport "safari.json" --channel=preview safari payment-request/
- Chrome
./wpt run --log-wptreport "chrome.json" --binary=/Applications/Google\ Chrome\ Canary.app/Contents/MacOS/Google\ Chrome\ Canary chrome payment-request
- Remove any "tentative" results
- Move the results to test-results folder (see below!).
- The report is generated using wptreport, so, install:
npm install -g wptreport
- Git clone the following repository:
git clone git@github.com:w3c/test-results.git
- In the "test-results" repo, navigate to the "payment-request" directory and run
wptreport
without any arguments. It does not take long to run. It will update "all.html" (and typically other files in the directory). - Commit changed files; do a pull request.
Mailing list archives
Issues
- Secure Payment Confirmation
- Payment Request API
- Payment Method Identifiers
- Payment Handler API
- Payment Method Manifest
- General
- Tokenized Card
- 3DS
- SRC
Tests
Adoption
Previous Topics