Questions tagged [thucydides]

Thucydides is a library designed to make writing web-based acceptance tests based on WebDriver easier, and more fun

Thucydides is a tool that lets you use WebDriver-based unit or BDD tests to write more flexible and more reusable WebDriver-based tests, and also to generate documentation about your acceptance tests, including a narrative description of test, along with the corresponding screen shots, and also high-level summaries and aggregations of the test results

99 questions
1
vote
1 answer

how can I use sikuliwebdriver with thucydides?

sikuliwebdriver is not among the supported webdrivers, that can be specified in thucydides configuration. Is there a way to specify it via code, and so one, to make it correctly injected to the Thucydides page objects?
Eljah
  • 4,188
  • 4
  • 41
  • 85
0
votes
0 answers

Implement StepListener from thucydides

I am trying to implement StepListener interface from net.thucydides.core.steps where I need to implement the methods: @Override public void testSuiteStarted(Class storyClass) {} @Override public void testSuiteFinished() {} How can I send those…
Carolina
  • 23
  • 2
0
votes
1 answer

unable to read data from csv file using SerenityParameterizedRunner

I am using serenitybdd to load the data from csv file but my code is unable to fetch the values from csv . Its showing null values for both xyz and abc when i am trying to print in @test metho i_setup_the_request_fields() below. What did i do wrong…
Lucky
  • 33
  • 4
0
votes
1 answer

Serenity: WebElementFacade doesn't detect the locator on mobile app

I was defining the locators for both platforms using WebElementFacade and calling the defined WebElementFacade into the method. when running the scripts, the locator defined using WebElementFacade doesn't detect on the mobile app for both platforms.…
vamc
  • 125
  • 1
  • 2
  • 13
0
votes
0 answers

AspectJ Pointcut not being triggered

I'm trying to hook into Cucumber-Serenity libraries that are running using AspectJ but my pointcuts don't seem to be getting triggered. SerenityAOP.java: import org.aspectj.lang.JoinPoint; import org.aspectj.lang.annotation.Aspect; import…
Fueled By Coffee
  • 2,467
  • 7
  • 29
  • 43
0
votes
1 answer

Single *.feature or Scenario in *.feature fails with NoClassDefFoundError in serenity-cucumber-archetype

I'm using serenity-cucumber-archetype project and run it in different ways (in pom I specified firefox as webdriver.driver and in serenity.properties -> chrome as webdriver.driver): 1. using test runner, which successfully runs the tests in…
0
votes
1 answer

mvn maven-thucydides-plugin JAR access denied

I was working correctly with Selenium + Thucydides, but for some reason I got this error now when I am running clean install skipping tests. [WARNING] error reading …
cralfaro
  • 5,822
  • 3
  • 20
  • 30
0
votes
1 answer

serenity.use.unique.browser doesn't work on 1.2.2

I have recently updated my dependencies and this seems to have broken serenity.use.unique.browser as a new browser is used for each scenario now. I'm using serenity junit 1.2.2 and cucumber 1.1.23. It was working ok before I updated to these…
Lewis
  • 59
  • 1
  • 1
  • 7
0
votes
2 answers

How to rename Serenity BDD Reports

I'm using Serenity-BDD. When the reports are generated they are named something like "46b29bc63db0f67fe88cfd2a397ea9b2.html". Is there a way to specify the report name? I have already tried setting serenity.compress.filenames but it did not…
Lewis
  • 59
  • 1
  • 1
  • 7
0
votes
2 answers

maven dependency error when i start verify

I am new to Maven and am trying to create my first bdd test with jbehave, maven and thucydides on IntelliJ IDEA. When I try to click on Verify on Maven panel I receive an error. How can I fix this? Thanks in advance! Apache Maven 3.3.9 Error…
0
votes
2 answers

How do i execute story files in specific order in serenity BDD Jbehave

I Have few jbehave story files in stories folder. whenever i execute the scripts it takes in alphabetical order. ex: current execution aaa.story bbb.story ccc.story i want the execution to be ccc.story bbb.story and skip aaa.story is there a way…
0
votes
0 answers

Serenity+JBehave - can't start tests in IE browser

I'm using Serenity with JBehave. For configuration what driver to start I use "serenity.properties" file and standard serenity properties for driver webdriver.driver=iexplorer webdriver.chrome.driver=Drivers/chromedriver.exe …
0
votes
2 answers

How to re-execute failed scenario in Serenity-Thucydides?

I have set of feature files (say f1.feature,f2.feature..) each having certain number of scenarios (summing up to around 250). While executing the test suite, if I see 100 scenarios in failed status; I want them to re execute. Currently I am able to…
rOKi
  • 1
  • 1
  • 3
0
votes
0 answers

thucydides report from jenkins not opening properly in chrome where it open in iexplorer?

After a successful run in jenkin a mailer is triggered which contains a thucydide report link.When clicked on the link it open in my default browser i.e. chrome. But it not opening properly the pie chart is not getting displayed and all the test are…
0
votes
0 answers

"tests are skipped" message in Maven Thucydides Framework using JUnit

When I exceute my testcase in command prompt(-Dmaven.test.failure.ignore=false) "Tests are skipped" message is displaying. Some one please help me to sort this issue. POM - maven-surefire-plugin…
Arjun
  • 1
  • 1