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
{{ message }}
This repository was archived by the owner on Jan 13, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+8-10Lines changed: 8 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -3,14 +3,12 @@
3
3
# Sherlock QA
4
4
5
5
Sherlock QA is an attempt to simplify the life of testers, product owners and
6
-
people that do regression tests.
6
+
others involved in regression testing.
7
7
8
-
You should automate most your regressions tests, but sometimes you don't have the
9
-
means, time or you need to mix hardware tasks and ask for nontechnical people to test
10
-
your project.
8
+
Automated regression tests are ideal, but sometimes do not cover 100% of functionality. Additionally, it can be helpful for non-technical people to help test your code.
11
9
12
-
To run locally you will need to have the last version of docker Comunity Edition and docker-compose.
13
-
Please, visit the following pages to know how to install them in your system.
10
+
To run locally you will need to have the latest version of Docker Community Edition and docker-compose.
11
+
Please, visit the following pages for information on how to install these tools.
This will download the compiled version of Sherlock with all the dependencies and you will be ready to use as soon the command finish.
23
+
This will download the compiled version of Sherlock with all the dependencies. You will be ready to use Sherlock as soon the command finishes.
26
24
27
-
You can also build the image yourself, but it may take a while (if you build it on a small machine like the entry machine on digitalocean, you might face some troubles because lack of memory):
25
+
You can also build the image yourself, but it may take a while (if you build it on a small machine like the entry machine on digitalocean, you might face some troubles due to lack of memory):
28
26
29
27
30
28
docker-compose -f docker-compose_build.yml build
@@ -42,8 +40,8 @@ Use the demo default credential:
42
40
-_user:_admin@admin.xpto
43
41
-_pass:_ admin
44
42
45
-
More info on how to use or how to extend it, visit http://sherlockqa.readthedocs.io
46
-
To talk about it and share your views with the Comunity, visit http://agiletesters.com.br
43
+
For more info on how to use or how to extend Sherlock, visit http://sherlockqa.readthedocs.io
44
+
To talk about Sherlock and share your views with the Community, visit http://agiletesters.com.br
0 commit comments