Skip to content

Commit

Permalink
Test failure
Browse files Browse the repository at this point in the history
Test failure
  • Loading branch information
ggozad committed Nov 9, 2022
1 parent 72516f8 commit b147fcf
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: isbang/[email protected]
- 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
Expand Down
9 changes: 9 additions & 0 deletions tests/features/failing.feature
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit b147fcf

Please sign in to comment.