Skip to content

Commit d432966

Browse files
committed
Nuke remaining qase stuff
1 parent 8c5c5c1 commit d432966

File tree

3 files changed

+3
-12
lines changed

3 files changed

+3
-12
lines changed

.github/workflows/e2e-automation.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@ on:
1111
- regression
1212
- sanity
1313
- smoke
14-
qase_token:
15-
description: 'Set Qase token to enable integration'
16-
required: false
17-
type: string
1814

1915
permissions:
2016
contents: read
@@ -61,7 +57,7 @@ jobs:
6157
- name: Run test suite
6258
run: |
6359
./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
6561
- name: Generate Allure report
6662
uses: simple-elf/allure-report-action@master
6763
if: always()

.github/workflows/e2e-manual.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,6 @@ on:
99
type: choice
1010
options:
1111
- manual
12-
- qase
13-
qase_token:
14-
description: 'Set Qase token to enable integration'
15-
required: true
16-
type: string
1712

1813
permissions:
1914
contents: read
@@ -44,4 +39,4 @@ jobs:
4439
- name: Run test suite
4540
run: |
4641
./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

.github/workflows/e2e-weekly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: Run test suite
4949
run: |
5050
./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
5252
- name: Generate Allure report
5353
uses: simple-elf/allure-report-action@master
5454
if: always()

0 commit comments

Comments
 (0)