File tree Expand file tree Collapse file tree 9 files changed +26
-7
lines changed
chaintest-cucumber-jvm-example Expand file tree Collapse file tree 9 files changed +26
-7
lines changed Original file line number Diff line number Diff line change 1+ ## 1.0.7
2+
3+ * [ #42 ] ( ../../issues/42 ) EmailGenerator: Fails to save file in a location other than target/chaintest
4+ * [ #37 ] ( ../../issues/37 ) ChainTest Core: Improve handling of embed storage
5+ * [ #34 ] ( ../../issues/34 ) Unable to see the logs in the static report using ChainTestListener.log() method
6+
17## 1.0.6
28
39* [ #25 ] ( ../../issues/25 ) Prevent duplication from repeated test inputs to Stats (RunStats, TagStats)
Original file line number Diff line number Diff line change 1+ ## 0.0.5
2+
3+ * [ #41 ] ( ../../issues/41 ) fix navigation from test search drawer
4+ * [ #39 ] ( ../../issues/39 ) UI: Change behavior of embeds when retrieved from blob storage
5+ * [ #38 ] ( ../../issues/38 ) S3Client only: Change default behavior to always presign URLs
6+ * [ #33 ] ( ../../issues/33 ) Add navigation to build option from search drawer
7+ * [ #32 ] ( ../../issues/32 ) Time displayed for tags is not in correct format
8+ * [ #31 ] ( ../../issues/31 ) Depth:3 (Step, Method) level filters do not work correctly
9+ * [ #30 ] ( ../../issues/30 ) Fix search and drawer content and style
10+ * [ #29 ] ( ../../issues/29 ) Increment build# by project
11+ * [ #28 ] ( ../../issues/28 ) Allow filter at all levels based on hierarchy type
12+ * [ #27 ] ( ../../issues/27 ) Allow deep filtering tests by tag
13+
114## 0.0.4
215
316[ View Release] ( https://hub.docker.com/repository/docker/anshooarora/chaintest/tags/0.0.4/sha256-ed6ae7f24646d3a224f3f304da324082ff90cf81f5e10d61a34312cfced401d3 )
Original file line number Diff line number Diff line change 66
77 <groupId >com.aventstack</groupId >
88 <artifactId >chaintest-core</artifactId >
9- <version >1.0.7-SNAPSHOT </version >
9+ <version >1.0.7</version >
1010 <url >https://github.com/anshooarora/chaintest</url >
1111 <name >${artifactId} </name >
1212 <description >Core Java client library for ChainTest framework</description >
Original file line number Diff line number Diff line change 66
77 <groupId >org.example</groupId >
88 <artifactId >chaintest-cucumber-jvm-example</artifactId >
9- <version >1.0.6 </version >
9+ <version >1.0.7 </version >
1010
1111 <properties >
1212 <maven .compiler.source>11</maven .compiler.source>
Original file line number Diff line number Diff line change 66
77 <groupId >org.example</groupId >
88 <artifactId >chaintest-junit5-example</artifactId >
9- <version >1.0.6 </version >
9+ <version >1.0.7 </version >
1010
1111 <properties >
1212 <maven .compiler.source>11</maven .compiler.source>
Original file line number Diff line number Diff line change 66
77 <groupId >com.aventstack</groupId >
88 <artifactId >chaintest-testng-example</artifactId >
9- <version >1.0.6 </version >
9+ <version >1.0.7 </version >
1010
1111 <properties >
1212 <maven .compiler.source>11</maven .compiler.source>
Original file line number Diff line number Diff line change 66
77 <groupId >com.aventstack</groupId >
88 <artifactId >chaintest-cucumber-jvm</artifactId >
9- <version >1.0.7-SNAPSHOT </version >
9+ <version >1.0.7</version >
1010 <url >https://github.com/anshooarora/chaintest</url >
1111 <name >${artifactId} </name >
1212 <description >ChainTest plugin for CucumberJVM</description >
Original file line number Diff line number Diff line change 66
77 <groupId >com.aventstack</groupId >
88 <artifactId >chaintest-junit5</artifactId >
9- <version >1.0.7-SNAPSHOT </version >
9+ <version >1.0.7</version >
1010 <url >https://github.com/anshooarora/chaintest</url >
1111 <name >${artifactId} </name >
1212 <description >ChainTest plugin for JUnit-5</description >
Original file line number Diff line number Diff line change 66
77 <groupId >com.aventstack</groupId >
88 <artifactId >chaintest-testng</artifactId >
9- <version >1.0.7-SNAPSHOT </version >
9+ <version >1.0.7</version >
1010 <url >https://github.com/anshooarora/chaintest</url >
1111 <name >${artifactId} </name >
1212 <description >ChainTest plugin for TestNG Framework</description >
You can’t perform that action at this time.
0 commit comments