Skip to content

Commit 19d4a69

Browse files
authored
Merge pull request #34 from mindstix-labs/master
Sync with master
2 parents bc22a13 + 7c83d17 commit 19d4a69

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

README.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
12. [Feedback](#suggest-a-feature-or-report-a-bug)
1616
13. [License](#license)
1717

18-
# selenium-accelerator
18+
# qa-automation-accelerator
1919
> Opinionated baseline to bootstrap selenium and cucumber based web application test automation projects
2020
2121
# Features
@@ -52,8 +52,8 @@
5252

5353
# Quick start
5454
```sh
55-
$ git clone https://github.com/mindstix-labs/selenium-accelerator.git
56-
$ cd selenium-accelerator
55+
$ git clone https://github.com/mindstix-labs/qa-automation-accelerator.git
56+
$ cd qa-automation-accelerator
5757
$ ./gradlew clean build
5858
```
5959
> 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.
@@ -70,7 +70,7 @@ $ ./gradlew eclipse (for Eclipse)
7070
7171
> Alternatively, open courgette reports: `target/courgette-report/index.html`
7272
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)
7474
7575
# Report Samples
7676
> Courtesy: https://github.com/damianszczepanik/cucumber-reporting
@@ -109,7 +109,7 @@ And you can drill down into tag specific reports:
109109
9. Once the job is complete, go to the specific build page. You would see **Cucumber reports** menu. Click to see report.
110110
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).
111111

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)
113113
114114
# How to utilize Selenium grid feature?
115115
1. Install docker using: https://docs.docker.com/engine/installation/#server
@@ -118,10 +118,12 @@ And you can drill down into tag specific reports:
118118
4. For reference on commands fired from Jenkins pipeline, refer to docker-compose commands in Jenkinsfile.
119119

120120
# 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+
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)
122124
123125
# Suggest a feature or report a bug
124-
> [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)
125127
126128
# License
127-
> 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)

docs/scale.png

33.1 KB
Loading

0 commit comments

Comments
 (0)