You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> Above steps will execute the tests in Chrome hitting www.automationpractice.com portal. It would take approximately 1 or 2 minutes to complete. At the end of this, you will see build failed. Do not panic! We have intentionally added one failing test as a sample.
> Alternatively, open courgette reports: `target/courgette-report/index.html`
72
72
73
-
> The best reports are generated once you setup Jenkins with cucumber-reports plugin. We are working on getting these reports generated even for local builds. See [Issue 19](https://github.com/mindstix-labs/selenium-accelerator/issues/29)
73
+
> The best reports are generated once you setup Jenkins with cucumber-reports plugin. We are working on getting these reports generated even for local builds. See [Issue 19](https://github.com/mindstix-labs/qa-automation-accelerator/issues/29)
@@ -109,7 +109,7 @@ And you can drill down into tag specific reports:
109
109
9. Once the job is complete, go to the specific build page. You would see **Cucumber reports** menu. Click to see report.
110
110
10. For email triggers to work from Jenkins, you will need to change the target email address in Script (Jenkinsfile-minimal or whichever you pick in Script path above).
111
111
112
-
> Too much just to get build run on Jenkins? We are working on simplifying it for you! See [Issue 30](https://github.com/mindstix-labs/selenium-accelerator/issues/30)
112
+
> Too much just to get build run on Jenkins? We are working on simplifying it for you! See [Issue 30](https://github.com/mindstix-labs/qa-automation-accelerator/issues/30)
@@ -118,12 +118,12 @@ And you can drill down into tag specific reports:
118
118
4. For reference on commands fired from Jenkins pipeline, refer to docker-compose commands in Jenkinsfile.
119
119
120
120
# Developer Guide
121
-
> Refer Wiki [here](https://github.com/mindstix-labs/selenium-accelerator/wiki/Developer-Guide)
121
+
> Refer Wiki [here](https://github.com/mindstix-labs/qa-automation-accelerator/wiki/Developer-Guide)
122
122
123
-
> For more topics related to development and design aspects, please refer Home page of wiki [Home](https://github.com/mindstix-labs/selenium-accelerator/wiki)
123
+
> For more topics related to development and design aspects, please refer Home page of wiki [Home](https://github.com/mindstix-labs/qa-automation-accelerator/wiki)
124
124
125
125
# Suggest a feature or report a bug
126
-
> [Click to report](https://github.com/mindstix-labs/selenium-accelerator/issues/new)
126
+
> [Click to report](https://github.com/mindstix-labs/qa-automation-accelerator/issues/new)
127
127
128
128
# License
129
-
> Licensed under [MIT license](https://github.com/mindstix-labs/selenium-accelerator/blob/master/LICENSE)
129
+
> Licensed under [MIT license](https://github.com/mindstix-labs/qa-automation-accelerator/blob/master/LICENSE)
0 commit comments