Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
wakaleo committed Jun 18, 2019
2 parents 131d9f0 + a196d37 commit d5a9c80
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 13 deletions.
28 changes: 16 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,10 @@ The tables below list the latest stable versions of Serenity BDD and other relat

### Serenity with JUnit

| serenity-core | Selenium version | RestAssured version |
|---------------|-------------------|----------------------|
| 2.0.52 | 3.141.59 | 3.3.0 |
| serenity-core | serenity-maven-plugin | Selenium version | RestAssured version |
|---------------|-----------------------|-------------------|----------------------|
| 2.0.52 | 2.0.52 | 3.141.59 | 3.3.0 |
| 2.0.48 | 2.0.48 | 3.141.59 | 3.3.0 |

Sample project: [Serenity JUnit Starter Project](https://github.com/serenity-bdd/serenity-junit-starter).

Expand All @@ -66,25 +67,28 @@ Serenity works with both Cucumber 2 and Cucumber 4

#### Cucumber 2

| serenity-core | serenity-cucumber | Cucumber |
|---------------|-------------------|---------------------|
| 2.0.52 | 1.9.39 | 2.4.0 |
| serenity-core | serenity-maven-plugin | serenity-cucumber | Cucumber |
|---------------|-----------------------|-------------------|---------------------|
| 2.0.52 | 2.0.52 | 1.9.39 | 2.4.0 |
| 2.0.48 | 2.0.48 | 1.9.37 | 2.4.0 |

Sample project: [Serenity Cucumber Starter Project](https://github.com/serenity-bdd/serenity-cucumber-starter).

#### Cucumber 4

| serenity-core | serenity-cucumber4 | Cucumber |
|---------------|-------------------|---------------------|
| 2.0.52 | 1.0.14 | 4.2.0 |
| serenity-core | serenity-maven-plugin | serenity-cucumber4 | Cucumber |
|---------------|-----------------------|--------------------|---------------------|
| 2.0.52 | 1.0.14 | 4.2.0 |
| 2.0.48 | 1.0.12 | 4.2.0 |

Sample project: [Serenity Cucumber 4 Starter Project](https://github.com/serenity-bdd/serenity-cucumber4-starter).

### Serenity with JBehave

| serenity-core | serenity-jbehave | JBehave |
|---------------|-------------------|---------------------|
| 2.0.52 | 1.0.44 | 4.5 |
| serenity-core | serenity-maven-plugin | serenity-jbehave | JBehave |
|---------------|-----------------------|-------------------|---------------------|
| 2.0.52 | 2.0.52 | 1.0.46 | 4.5 |
| 2.0.42 | 2.0.48 | 1.0.45 | 4.5 |

Sample project: [Serenity JBehave Starter Project](https://github.com/serenity-bdd/serenity-jbehave-starter).

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">

<title>Serenity Reports!!!!!</title>
<title>Serenity Reports</title>

<#include "libraries/favicon.ftl">

Expand Down

0 comments on commit d5a9c80

Please sign in to comment.