From 5ef51a714807efaa6bb32e7b9f9d97a17408b25e Mon Sep 17 00:00:00 2001 From: Yiorgis Gozadinos Date: Wed, 9 Nov 2022 16:43:20 +0100 Subject: [PATCH] Test failure Test failure --- .github/workflows/ci.yml | 4 ++-- tests/features/failing.feature | 9 +++++++++ 2 files changed, 11 insertions(+), 2 deletions(-) create mode 100644 tests/features/failing.feature diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ee417760..40db31af 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,9 +13,9 @@ jobs: - uses: isbang/compose-action@v1.2.0 - name: Test run: | - docker-compose exec -T behaving behave --junit tests/features + docker-compose exec -T behaving behave --junit tests/features/failing.feature - name: Publish Test Report uses: mikepenz/action-junit-report@v3 if: always() # always run even if the previous step fails with: - report_paths: "**/reports/TEST-*.xml" + report_paths: "**/app/reports/TEST-*.xml" diff --git a/tests/features/failing.feature b/tests/features/failing.feature new file mode 100644 index 00000000..116c572c --- /dev/null +++ b/tests/features/failing.feature @@ -0,0 +1,9 @@ +Feature: Forms + + Background: + Given a browser + + @web + Scenario: Filling-in fields + When I visit "http://web/forms.html" + Then I should see "Nothing"