You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -221,10 +220,13 @@ Note that the value of the `dcterms:isReferencedBy` has been changed as well; in
221
220
222
221
# Running tests
223
222
224
-
Running tests mean loading each test, as a separate EPUB Publication, and check whether the reading systems fulfills the requirement of that specific tests. The results are collected in an implementation report file and uploaded to the test repository.
223
+
Running tests mean loading each test as a separate EPUB Publication, and check whether the reading systems fulfills the requirement of that specific tests. The results are collected in an implementation report file and uploaded to the test repository.
225
224
226
225
To make the running of the tests easier, a [test catalogue file](https://w3c.github.io/epub-tests/opds/opds.json) is generated using the [OPDS](https://drafts.opds.io/opds-2.0.html) format. Several reading systems understand this catalogue format, and can upload the full test suite easily.
227
226
227
+
Alternatively, the test repository can be cloned, and downloaded to the tester's machine. To make the testing step easier, there is a `generateEpubs.sh`
228
+
script in the `tests` folder of repository that will generate an epub version of each test.
229
+
228
230
## Implementation report files
229
231
230
232
The `reports` directory contains implementation reports in form of JSON files, one per reading system. The structure of the
0 commit comments