We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have a java automation test suite that I am trying to run in headless mode.
My serenity.properties file sets the webdriver as follows: webdriver.driver=firefox
Where should I set the tests to run in headless mode? I have a serenity.conf file which contains the following: webdriver.autodownload=false
Would I add a line: headless.mode=true? to this file?
When I run the tests on the command line I use the following command: mvn clean verify -Dcucumber.tags.filter=@TagName
Would I instead need to specify headless at the command line rather than inside one of the project files?
Thanks in advance.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have a java automation test suite that I am trying to run in headless mode.
My serenity.properties file sets the webdriver as follows:
webdriver.driver=firefox
Where should I set the tests to run in headless mode? I have a serenity.conf file which contains the following:
webdriver.autodownload=false
Would I add a line: headless.mode=true? to this file?
When I run the tests on the command line I use the following command:
mvn clean verify -Dcucumber.tags.filter=@TagName
Would I instead need to specify headless at the command line rather than inside one of the project files?
Thanks in advance.
The text was updated successfully, but these errors were encountered: