Confirmed users
1,905
edits
(Created page with 'The test files used by CrossWeave are all written in JSON.') |
No edit summary |
||
Line 1: | Line 1: | ||
The test files used by CrossWeave are all written in JSON. | The test files used by CrossWeave are all written in JSON; these drive the test. There is no scripting required to create test cases. | ||
The general format of a CrossWeave test is as follows, show without all the JSON formatting characters: | |||
setup | |||
profiles: profile-list | |||
asset-list-1 | |||
... | |||
asset-list-n | |||
phase-1 | |||
profile | |||
actions | |||
phase-2 | |||
profile | |||
actions | |||
... | |||
phase-n | |||
profile | |||
actions |