Questions tagged [serenity-bdd]

Serenity BDD helps you write cleaner and more maintainable automated acceptance and regression tests faster. Serenity also uses the test results to produce illustrated, narrative reports that document and describe what your application does and how it works. Serenity tells you not only what tests have been executed, but more importantly, what requirements have been tested.

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

Serenity uses the test results to produce illustrated, narrative reports that document and describe what your application does and how it works. Serenity tells you not only what tests have been executed, but more importantly, what requirements have been tested.

Serenity BDD is one of the Behavior Driven Development (BDD) libraries.

There are integrations with other BDD libraries like JBehave and Cucumber (actually Cucumber-JVM)

Remark: Serenity-BDD was first called Thucydides, but was renamed in November 2014.

637 questions
-1
votes
1 answer

How to run Serenity BDD Test cases in IE and chrome

Can some one help me to know how to run Serenity BDD test cases in IE and chrome browser, I tried the way it said in it's doc and other posts at stack over flow, did not work for . I am using Serenity BDD version is 1.1.1. Help from any one you…
NetraDS
  • 11
  • 1
  • 1
-2
votes
1 answer

Plugin 'maven-failsafe-plugin:2.22.1' not found

I am getting 'maven-failsafe-plugin2.22.7' not found while importing https://github.com/serenity-bdd/screenplay-pattern-todomvc.git and setting it up as Maven project in Intellij idea. Any idea what could be the issue? Edit: the solution was to run…
-2
votes
1 answer

Null Pointer Exception Android Driver

I have ajava/serenity/appium project and currently my capabilites are set in a serenity properties file. Below I want to perform a scroll but I receive a null pointer exception error for my androidDriver. I am unsure on how to fix the null pointer…
BruceyBandit
  • 3,978
  • 19
  • 72
  • 144
-2
votes
1 answer

Remember credentials with serenity BDD (using selenium)

Im trying to create test cases with Serenity BDD (using selenium). I have accepted the fact that between each test case it "restarts" the browser. And I found a way to not do between Scenarios. But what Im looking for is to run the test in normal…
BobbyB
  • 423
  • 1
  • 4
  • 4
-2
votes
1 answer

Serenity BDD Automation

I am trying to use the Serenity JAR's while doing the Selenium BDD Automation. Can anyone suggest me that which annotations i am suppose to use so that execiution report is generated after complete execution. I am using below combination for…
Mandar Joshi
  • 29
  • 1
  • 8
-3
votes
2 answers

For some reason, I want to use thread.sleep in my serenity screenplay project, how can I use it?

I am already using implicit and fluent wait, but want to use thread.sleep, so want to know the syntax of it
-3
votes
1 answer

Terminal Serenity BDD tests skip

I have a problem with running tests in Terminal for Serenity BDD, more specifically. ( mvn verify serenity:aggregate ) Here is a SS Any help would be highly appreciated.
1 2 3
42
43