We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bf0049 commit 7dad5f1Copy full SHA for 7dad5f1
doc/specification.md
@@ -10,6 +10,8 @@ way to verify that the tests indeed passed.
10
11
Before executing anything, a test executor is expected to:
12
- find all `*.wasm` files in a given subdirectory — these are the _test cases_
13
+- find all `*.cleanup` files in a given subdirectory and remove them — these are test
14
+ artifacts that can be generated during testing
15
- for each test case, look for a `.json` file in the same directory matching the base name (e.g.,
16
`foo.json` for `foo.wasm`) — parse this _specification_
17
- if no `.json` file is present, use a default specification; a (conceptual) default specification
0 commit comments