1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Add additional steps here. Format is "stepname script"
[ezsteps]
clone clone.sh
open open.sh
compile compile.sh
install install.sh
# Test requirements are specified here
[requirements]
waiton eggs
priority
# Iteration for your tests are controlled by the items section
[items]
# test_meta is a section for storing additional data on your test
[test_meta]
author matt
|
<
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Add additional steps here. Format is "stepname script"
[ezsteps]
clone clone.sh
open open.sh
compile compile.sh
install install.sh
# Test requirements are specified here
[requirements]
waiton eggs
# Iteration for your tests are controlled by the items section
[items]
# test_meta is a section for storing additional data on your test
[test_meta]
author matt
|