Auto-tools/Projects/CrossWeave/Test Format

From MozillaWiki
Jump to navigation Jump to search

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