File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed
src/main/kotlin/testee/it/e2e/core/test Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1+ Changes in version 1.8.3
2+ ------------------------
3+ * reportng 1.6.2
4+
5+
16Changes in version 1.8.2
27------------------------
38* reportng 1.6.1
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ plugins {
99
1010
1111group = " it.testee"
12- version = " 1.8.2 "
12+ version = " 1.8.3 "
1313
1414
1515repositories {
@@ -27,7 +27,7 @@ dependencies {
2727 // testng
2828 implementation(" org.testng" , " testng" , " 7.7.1" )
2929 // reportng
30- implementation(" com.github.hibissscus:reportng:1.6.1 " )
30+ implementation(" com.github.hibissscus:reportng:1.6.2 " )
3131}
3232
3333tasks {
Original file line number Diff line number Diff line change @@ -172,7 +172,7 @@ abstract class TestBase(
172172
173173 fun takeScreenShot () {
174174 val screenshotFile = (driver as TakesScreenshot ).getScreenshotAs(OutputType .FILE )
175- val outputFolder = " ${outputDirectory} /images/$className /$testName " + " _" + this .counter++ + " .png"
175+ val outputFolder = " ${outputDirectory} /images/$className /$testName / " + " _" + this .counter++ + " .png"
176176 screenshotFile.copyTo(File (outputFolder))
177177 }
178178
You can’t perform that action at this time.
0 commit comments