-
Notifications
You must be signed in to change notification settings - Fork 64
implementation report generation
ianbjacobs edited this page Mar 28, 2019
·
23 revisions
- Visit the test runner with your browser of choice.
- Unselect Reftests and Manual tests.
- Run path under "/payment-request/"
- When you run the test, an initially blank window opens.
- When the tests finish running, download the resulting JSON file and name it "CCNN", where "CC" are the browser initials and NN is the version number. Initials are FF (Firefox), CH (Chrome), ED (Edge), SF (Safari), and SI (Samsung Internet). So, for example, Firefox 63 would be "FF63".
- Send a pull request with the new JSON file to the payment request test repo.
- 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
wptreportwithout 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