Explorar o código

upd -pl kafka-ui-e2e-checks

VladSenyuta %!s(int64=2) %!d(string=hai) anos
pai
achega
5575387dab
Modificáronse 2 ficheiros con 3 adicións e 3 borrados
  1. 1 1
      .github/workflows/e2e-checks.yaml
  2. 2 2
      kafka-ui-e2e-checks/README.md

+ 1 - 1
.github/workflows/e2e-checks.yaml

@@ -42,7 +42,7 @@ jobs:
       - name: e2e run
       - name: e2e run
         run: |
         run: |
           ./mvnw -B -ntp versions:set -DnewVersion=${{ github.event.pull_request.head.sha }}
           ./mvnw -B -ntp versions:set -DnewVersion=${{ github.event.pull_request.head.sha }}
-          ./mvnw -B -V -ntp -DQASEIO_API_TOKEN=${{ secrets.QASEIO_API_TOKEN }} -pl '!kafka-ui-api' test -Dsurefire.suiteXmlFiles='src/test/resources/smoke.xml' -Pprod
+          ./mvnw -B -V -ntp -DQASEIO_API_TOKEN=${{ secrets.QASEIO_API_TOKEN }} -pl 'kafka-ui-e2e-checks' test -Dsurefire.suiteXmlFiles='src/test/resources/smoke.xml' -Pprod
       - name: Generate allure report
       - name: Generate allure report
         uses: simple-elf/allure-report-action@master
         uses: simple-elf/allure-report-action@master
         if: always()
         if: always()

+ 2 - 2
kafka-ui-e2e-checks/README.md

@@ -41,13 +41,13 @@ docker-compose -f documentation/compose/e2e-tests.yaml up -d
 2. Run Smoke test suite using your QaseIO API token as environment variable (put instead %s into command below)
 2. Run Smoke test suite using your QaseIO API token as environment variable (put instead %s into command below)
 
 
 ```
 ```
-./mvnw -DQASEIO_API_TOKEN='%s' -pl '!kafka-ui-api' test -Dsurefire.suiteXmlFiles='src/test/resources/smoke.xml' -Pprod
+./mvnw -DQASEIO_API_TOKEN='%s' -pl 'kafka-ui-e2e-checks' test -Dsurefire.suiteXmlFiles='src/test/resources/smoke.xml' -Pprod
 ```
 ```
 
 
 3. Run Regression test suite using your QaseIO API token as environment variable (put instead %s into command below)
 3. Run Regression test suite using your QaseIO API token as environment variable (put instead %s into command below)
 
 
 ```
 ```
-./mvnw -DQASEIO_API_TOKEN='%s' -pl '!kafka-ui-api' test -Dsurefire.suiteXmlFiles='src/test/resources/regression.xml' -Pprod
+./mvnw -DQASEIO_API_TOKEN='%s' -pl 'kafka-ui-e2e-checks' test -Dsurefire.suiteXmlFiles='src/test/resources/regression.xml' -Pprod
 ```
 ```
 
 
 4. To run tests on your local Chrome browser just add next VM option to the Run Configuration
 4. To run tests on your local Chrome browser just add next VM option to the Run Configuration