archetype-resources.serenity.properties Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of serenity-cucumber-archetype
Show all versions of serenity-cucumber-archetype
Serenity automated acceptance testing project using Selenium 2, JUnit and Cucumber-JVM
# Define the default driver
#webdriver.driver=phantomjs
# Appears at the top of the reports
serenity.project.name = Demo Project using Serenity and Cucumber
# Root package for any JUnit acceptance tests
#serenity.test.root=net.thucydides.showcase.junit.features
# Customise your riequirements hierarchy
#serenity.requirement.types=feature, story
# Run the tests without calling webdriver - useful to check your Cucumber wireing
#serenity.dry.run=true
# Customise browser size
#serenity.browser.height = 1200
#serenity.browser.width = 1200
© 2015 - 2024 Weber Informatics LLC | Privacy Policy