Skip to content

Commit

Permalink
Placeholder for annotation-model test results (#23)
Browse files Browse the repository at this point in the history
* Initial placeholder for annotation-model tests

* Placeholder for implementation report.

* Placeholder for annotation-protocol
  • Loading branch information
halindrome authored and sideshowbarker committed Jun 13, 2016
1 parent a224e09 commit cdb333e
Show file tree
Hide file tree
Showing 4 changed files with 62 additions and 0 deletions.
13 changes: 13 additions & 0 deletions annotation-model/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Annotation Model Test Results
=============================

Placeholder for annotation-model test results. Once some results are available, the
implementation report will be available at

* `http://w3c.github.io/test-results/annotation-model/all.html`

To add new tests results:

1. Produce a set of JSON test result files using http://w3c-test.org/tools/runner/index.html (or a local copy)
2. Create a pull request containing your new results
3. Generate the report using wptreport https://www.npmjs.org/package/wptreport
18 changes: 18 additions & 0 deletions annotation-model/all.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<!DOCTYPE html>
<html lang='en'>
<head>
<meta charset='utf-8'>
<title>All Results</title>
<link rel='stylesheet' href='bootstrap.min.css'>
<link rel='stylesheet' href='analysis.css'>
</head>
<body>
<div class='container'>
<header>
<h1>All Results</h1>
</header>
<p>When the tests are complete, this file will contain the test results and will act as the implementation report.
</p>
</div>
</body>
</html>
13 changes: 13 additions & 0 deletions annotation-protocol/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Annotation Protocol Test Results
=============================

Placeholder for annotation-protocol test results. Once some results are available, the
implementation report will be available at

* `http://w3c.github.io/test-results/annotation-protocol/all.html`

To add new tests results:

1. Produce a set of JSON test result files using http://w3c-test.org/tools/runner/index.html (or a local copy)
2. Create a pull request containing your new results
3. Generate the report using wptreport https://www.npmjs.org/package/wptreport
18 changes: 18 additions & 0 deletions annotation-protocol/all.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<!DOCTYPE html>
<html lang='en'>
<head>
<meta charset='utf-8'>
<title>All Results</title>
<link rel='stylesheet' href='bootstrap.min.css'>
<link rel='stylesheet' href='analysis.css'>
</head>
<body>
<div class='container'>
<header>
<h1>All Results</h1>
</header>
<p>When the tests are complete, this file will contain the test results and will act as the implementation report.
</p>
</div>
</body>
</html>

0 comments on commit cdb333e

Please sign in to comment.