File tree Expand file tree Collapse file tree 8 files changed +12
-7
lines changed
chaintest-cucumber-jvm-example Expand file tree Collapse file tree 8 files changed +12
-7
lines changed Original file line number Diff line number Diff line change
1
+ ## 1.0.6
2
+
3
+ * [ #25 ] ( ../../issues/25 ) Prevent duplication from repeated test inputs to Stats (RunStats, TagStats)
4
+ * [ #26 ] ( ../../issues/26 ) Enhancement: SimpleGenerator tag centric filters
5
+
1
6
## 1.0.5
2
7
3
8
* [ #16 ] ( ../../issues/16 ) Add support for including TestNG DataProvider parameters
Original file line number Diff line number Diff line change 6
6
7
7
<groupId >com.aventstack</groupId >
8
8
<artifactId >chaintest-core</artifactId >
9
- <version >1.0.6-SNAPSHOT </version >
9
+ <version >1.0.6</version >
10
10
<url >https://github.com/anshooarora/chaintest</url >
11
11
<name >${artifactId} </name >
12
12
<description >Core Java client library for ChainTest framework</description >
Original file line number Diff line number Diff line change 6
6
7
7
<groupId >org.example</groupId >
8
8
<artifactId >chaintest-cucumber-jvm-example</artifactId >
9
- <version >1.0.6-SNAPSHOT </version >
9
+ <version >1.0.6</version >
10
10
11
11
<properties >
12
12
<maven .compiler.source>11</maven .compiler.source>
Original file line number Diff line number Diff line change 6
6
7
7
<groupId >org.example</groupId >
8
8
<artifactId >chaintest-junit5-example</artifactId >
9
- <version >1.0.6-SNAPSHOT </version >
9
+ <version >1.0.6</version >
10
10
11
11
<properties >
12
12
<maven .compiler.source>11</maven .compiler.source>
Original file line number Diff line number Diff line change 6
6
7
7
<groupId >com.aventstack</groupId >
8
8
<artifactId >chaintest-testng-example</artifactId >
9
- <version >1.0.6-SNAPSHOT </version >
9
+ <version >1.0.6</version >
10
10
11
11
<properties >
12
12
<maven .compiler.source>11</maven .compiler.source>
Original file line number Diff line number Diff line change 6
6
7
7
<groupId >com.aventstack</groupId >
8
8
<artifactId >chaintest-cucumber-jvm</artifactId >
9
- <version >1.0.6-SNAPSHOT </version >
9
+ <version >1.0.6</version >
10
10
<url >https://github.com/anshooarora/chaintest</url >
11
11
<name >${artifactId} </name >
12
12
<description >ChainTest plugin for CucumberJVM</description >
Original file line number Diff line number Diff line change 6
6
7
7
<groupId >com.aventstack</groupId >
8
8
<artifactId >chaintest-junit5</artifactId >
9
- <version >1.0.6-SNAPSHOT </version >
9
+ <version >1.0.6</version >
10
10
<url >https://github.com/anshooarora/chaintest</url >
11
11
<name >${artifactId} </name >
12
12
<description >ChainTest plugin for JUnit-5</description >
Original file line number Diff line number Diff line change 6
6
7
7
<groupId >com.aventstack</groupId >
8
8
<artifactId >chaintest-testng</artifactId >
9
- <version >1.0.6-SNAPSHOT </version >
9
+ <version >1.0.6</version >
10
10
<url >https://github.com/anshooarora/chaintest</url >
11
11
<name >${artifactId} </name >
12
12
<description >ChainTest plugin for TestNG Framework</description >
You can’t perform that action at this time.
0 commit comments