File tree Expand file tree Collapse file tree
docassemble/ALKiln/data/sources Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ @interviews_start
2+ Feature : The interviews run without erroring
3+
4+ This file:
5+ [x] Test that each interview starts without an error.
6+ [x] Contains some additional example Steps. They use fake values and are commented out with a "#" so they won't run.
7+
8+ These tests are made to work with the ALKiln testing framework, an automated testing framework made under the Document Assembly Line Project.
9+
10+ Want to disable the tests? Want to learn more? See ALKiln's docs: https://assemblyline.suffolklitlab.org/docs/components/ALKiln/alkiln/
11+
12+ @ALtests
13+ Scenario : AL_tests.yml runs
14+ Given I start the interview at "AL_tests.yml"
15+ #And the maximum seconds for each Step in this Scenario is 50
16+ #And I get to the question id "downloads" with this data:
17+ # | var | value | trigger |
18+ # | users[0].name.first | Uli | users[0].name.first |
19+ # | users[0].name.last | User1 | users[0].name.first |
20+
21+ @testdecoding
22+ Scenario : test_decoding.yml runs
23+ Given I start the interview at "test_decoding.yml"
24+ #And the maximum seconds for each Step in this Scenario is 50
25+ #And I get to the question id "downloads" with this data:
26+ # | var | value | trigger |
27+ # | users[0].name.first | Uli | users[0].name.first |
28+ # | users[0].name.last | User1 | users[0].name.first |
You can’t perform that action at this time.
0 commit comments