Top "Serenity-bdd" questions

Serenity BDD helps you write cleaner and more maintainable automated acceptance and regression tests faster.

Chrome is being controlled by automated test software

I am running automated tests in Chrome with Serenity BDD (Selenium). I had to download a new ChromeDriver, because my …

java google-chrome selenium selenium-chromedriver serenity-bdd
Maven could not resolve dependencies for project

From this page https://github.com/serenity-bdd/serenity-demos i downloaded the file which I imported to eclipse. I tried to …

maven maven-3 serenity-bdd
Dependency convergence error

After updating Firefox I changed versions of libraries to higher ones. Following errors appeard: [ERROR] Dependency convergence error for commons-collections:…

maven maven-3 serenity-bdd
Generate Serenity aggregate report when tests are executed through Junit

I am running Cucumber+Serenity Tests using Junit: Code snippet: JUnitCore engine = new JUnitCore(); engine.addListener(new TextListener(System.out)); …

serenity-bdd cucumber-serenity
Serenity... how to get the Webdriver?

I just created a sample project using Serenity + cucumber + java + maven ( > mvn archetype:generate -Dfilter net.serenity-bdd:serenity-cucumber) . I …

java maven cucumber serenity-bdd
How to customize the reports for serenity BDD

I wish to change the CSS and logos in Serenity reports. Also I want to add some custom text or …

serenity-bdd cucumber-serenity
How can I change serenity-bdd log settings

I use Serenity BDD for test automation on my project, IntelliJ IDEA as IDE. I would like to change format …

logging log4j thucydides serenity-bdd
Error: Could not instantiate class org.openqa.selenium.chrome.ChromeDriver

This error comes out when running the test. I do not know how to solve it. they do not run …

eclipse selenium serenity-bdd