File tree Expand file tree Collapse file tree 3 files changed +3
-12
lines changed Expand file tree Collapse file tree 3 files changed +3
-12
lines changed Original file line number Diff line number Diff line change 11
11
- regression
12
12
- sanity
13
13
- smoke
14
- qase_token :
15
- description : ' Set Qase token to enable integration'
16
- required : false
17
- type : string
18
14
19
15
permissions :
20
16
contents : read
61
57
- name : Run test suite
62
58
run : |
63
59
./mvnw -B -ntp versions:set -DnewVersion=${{ github.sha }}
64
- ./mvnw -B -V -ntp -DQASEIO_API_TOKEN=${{ github.event.inputs.qase_token }} - Dsurefire.suiteXmlFiles='src/test/resources/${{ github.event.inputs.test_suite }}.xml' -Dsuite=${{ github.event.inputs.test_suite }} -f 'e2e-tests' test -Pprod
60
+ ./mvnw -B -V -ntp -Dsurefire.suiteXmlFiles='src/test/resources/${{ github.event.inputs.test_suite }}.xml' -Dsuite=${{ github.event.inputs.test_suite }} -f 'e2e-tests' test -Pprod
65
61
- name : Generate Allure report
66
62
uses : simple-elf/allure-report-action@master
67
63
if : always()
Original file line number Diff line number Diff line change 9
9
type : choice
10
10
options :
11
11
- manual
12
- - qase
13
- qase_token :
14
- description : ' Set Qase token to enable integration'
15
- required : true
16
- type : string
17
12
18
13
permissions :
19
14
contents : read
44
39
- name : Run test suite
45
40
run : |
46
41
./mvnw -B -ntp versions:set -DnewVersion=${{ github.sha }}
47
- ./mvnw -B -V -ntp -DQASEIO_API_TOKEN=${{ github.event.inputs.qase_token }} - Dsurefire.suiteXmlFiles='src/test/resources/${{ github.event.inputs.test_suite }}.xml' -Dsuite=${{ github.event.inputs.test_suite }} -f 'e2e-tests' test -Pprod
42
+ ./mvnw -B -V -ntp -Dsurefire.suiteXmlFiles='src/test/resources/${{ github.event.inputs.test_suite }}.xml' -Dsuite=${{ github.event.inputs.test_suite }} -f 'e2e-tests' test -Pprod
Original file line number Diff line number Diff line change 48
48
- name : Run test suite
49
49
run : |
50
50
./mvnw -B -ntp versions:set -DnewVersion=${{ github.sha }}
51
- ./mvnw -B -V -ntp -DQASEIO_API_TOKEN=${{ secrets.QASEIO_API_TOKEN }} - Dsurefire.suiteXmlFiles='src/test/resources/sanity.xml' -Dsuite=weekly -f 'e2e-tests' test -Pprod
51
+ ./mvnw -B -V -ntp -Dsurefire.suiteXmlFiles='src/test/resources/sanity.xml' -Dsuite=weekly -f 'e2e-tests' test -Pprod
52
52
- name : Generate Allure report
53
53
uses : simple-elf/allure-report-action@master
54
54
if : always()
You can’t perform that action at this time.
0 commit comments