Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Serenity test doesn't fail immediately after a failure and takes half an hour #3067

Open
svjohny opened this issue Feb 27, 2023 · 0 comments

Comments

@svjohny
Copy link

svjohny commented Feb 27, 2023

My gui test has invalid username. So Ideally it has to fail at the start. But it runs half and error and then fails
image
image

My serenity properties file has something like below

chrome.switches=--headless

Appears at the top of the reports

serenity.project.name = FRP Product Test

Root package for any JUnit acceptance tests

serenity.project.name=FRP Product Tests
serenity.test.root=com.allianz.frp.tests
serenity.requirement.types=busines components,user journey,use case

dashboard.tag.list=test case type

serenity.take.screenshots=FOR_EACH_ACTION

Run the tests without calling webdriver - useful to check your JUnit wireing

#serenity.dry.run=true

Customise browser size

#serenity.browser.height = 1200
#serenity.browser.width = 1200
serenity.jquery.integration=false
webdriver.base.url=https://interaction-layer-${testStage}/
serenity.jquery.integration=false

And serenity version is <serenity.version>2.4.34</serenity.version>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant