I have a serenity bdd automation framework using maven, junit selenium, cucumber and serenity. My current serenity core version is 1.5.3. I am trying to upgrade it to the latest version of serenity core. Once i update the version and dependencies for the same in pom.xml, the framework stops executing the tests all together. Can someone help me in fixing it.
Asked
Active
Viewed 1,043 times
1 Answers
0
If you are using latest version of serenity which is 2.4.25
<!-- https://mvnrepository.com/artifact/net.serenity-bdd/serenity-core -->
<dependency>
<groupId>net.serenity-bdd</groupId>
<artifactId>serenity-core</artifactId>
<version>2.4.25</version>
</dependency>
You need to have have inline latest version of selenium and Junit.
get latest dependency from here

cruisepandey
- 28,520
- 6
- 20
- 38