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 invictum-junit-archetype
Show all versions of invictum-junit-archetype
Archetype for simple project with jUnit style automated tests. Based on Serenity BDD project.
#set( $symbol_pound = '#' )
#set( $symbol_dollar = '$' )
#set( $symbol_escape = '\' )
webdriver.driver=firefox
serenity.browser.width=1024
serenity.browser.height=768
${symbol_pound} Environment configuration
webdriver.base.url=https://en.wikipedia.org
webdriver.base.url.italian=https://it.wikipedia.org
serenity.take.screenshots=FOR_FAILURES
${symbol_pound} Resources configuration
pages.package.name=${package}.pages
panels.package.name=${package}.panels
© 2015 - 2025 Weber Informatics LLC | Privacy Policy