From 7e4eed8a5446caea117be53c792001ab014a8953 Mon Sep 17 00:00:00 2001 From: Yiorgis Gozadinos Date: Wed, 9 Nov 2022 16:43:20 +0100 Subject: [PATCH] Test failure --- .github/workflows/ci.yml | 2 +- tests/features/failing.feature | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 tests/features/failing.feature diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fd80168d..e2405546 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ 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 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"