Files
School/Anul 3/Semestrul 2/SSVV/L5-TH/serenity.properties
T
2025-07-03 20:56:38 +03:00

24 lines
638 B
Properties

# Define the default driver
#webdriver.driver=phantomjs
# Appears at the top of the reports
serenity.project.name = Demo Project using Serenity and JUnit
webdriver.autodownload = false
webdriver.driver = chrome
headless.mode = false
webdriver.chrome.driver = chromedriver
# Root package for any JUnit acceptance tests
serenity.test.root=com.example.features
# Customise your riequirements hierarchy
#serenity.requirement.types=feature, story
# 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