--- !S::Pass {} --- # FIXME Test the Jump strategy: !S::Suite contents: - jump and pass: !S::RMatch test: !S::Jump to: !url ssh://localhost test: !S::Pass {} match: - //status/PASS - jump and base: !S::RMatch test: !S::Jump to: !url ssh://localhost test: !S::Import import: <>/base.yml # This works because we jump on localhost match: - //status/PASS # - bad test 1: !S::RMatch # test: !S::Jump # # ... # match: # - // # ... # - // # - // # dont_match: # - // # ... # - // # - // # # - # ...