serenity-bdd / serenity-core

Serenity BDD is a test automation library designed to make writing automated acceptance tests easier, and more fun.
http://serenity-bdd.info
Other
722 stars 518 forks source link

Steps getting marked "IGNORED" and ultimately the test is marked "PENDING" #3534

Open sdetatish opened 2 months ago

sdetatish commented 2 months ago

I am using Serenity version 3.3.10. When I am running Selenium based UI tests on Saucelabs using GitHub Actions, the Background Steps are marked IGNORED and the subsequent steps also get marked IGNORED and ultimately the test is marked PENDING.

Note that, the same Background steps work fine for some tests.

Expectation : I expected that if there is any issue in running the step, it should be marked FAILED rather than IGNORED.

Java Version: 1.8 Operating System : Windows WebBrowser : Chrome