Skip to content

Commit 49e56ae

Browse files
committed
Add docassemble/ALKiln/data/sources/interviews_run.feature for ALKiln automated tests
1 parent 318a7f5 commit 49e56ae

1 file changed

Lines changed: 28 additions & 0 deletions

File tree

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
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 |

0 commit comments

Comments
 (0)