-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Placeholder for annotation-model test results (#23)
* Initial placeholder for annotation-model tests * Placeholder for implementation report. * Placeholder for annotation-protocol
- Loading branch information
1 parent
a224e09
commit cdb333e
Showing
4 changed files
with
62 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |