Skip to content

Commit bfd0fb8

Browse files
committedFeb 19, 2019
fix for allure initial report, need for autodownload binaries
1 parent bc69e4c commit bfd0fb8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ for test run use
1111

1212
## reports
1313

14-
* for Win `gradlew.bat allureServe`
15-
* for Linux/Mac `./gradlew allureServe`
14+
* for Win `gradlew.bat allureReport && gradlew.bat allureServe`
15+
* for Linux/Mac `./gradlew allureReport && ./gradlew allureServe`
1616

1717
brief introduction to allure report https://youtu.be/sRJhJv5-HR8
1818

0 commit comments

Comments
 (0)
Please sign in to comment.