Skip to content

Commit 48bc654

Browse files
committed
Updated README
1 parent f73df13 commit 48bc654

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

Diff for: README.md

+11-3
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Follow [Docksal environment setup instructions](http://docksal.readthedocs.io/en
2323
1. Clone this repo into your Projects directory
2424

2525
```
26-
git clone [email protected]:docksal/qa-suite.git
26+
git clone [email protected]:docksal/qa-suite.git qa-suite
2727
cd qa-suite
2828
```
2929
@@ -66,13 +66,13 @@ fin behat features/blackbox.feature
6666
fin backstop test --config=backstop-example.json
6767
```
6868
69-
By default BackstopJS is using PhantomJS to take screenshots.
69+
By default, BackstopJS is using PhantomJS to take screenshots.
7070
You can also use SlimerJS/Firefox by setting `"engine": "slimerjs"`
7171
in the [configuration file](tests/backstop/backstop-example.json).
7272
7373
## Pre-configured sample commands
7474
75-
Pre-configured commands are stored in see `.docksal/commands`.
75+
Pre-configured commands are in `.docksal/commands`.
7676
They can be used as shortcuts/alternative to typing long lists of arguments every time.
7777
7878
Run sample BDD (behavior-driven development) tests with Behat
@@ -90,3 +90,11 @@ fin backstop-example
9090
```
9191
9292
Open http://qa-suite.docksal/tests/backstop/data/example/reports/html/
93+
94+
95+
## Debugging
96+
97+
For tests that utilize Chrome/Firefox via Selenium (`@javascript` tests), you can watch the browser in real time
98+
inside the container with [VNC Viewer](https://www.realvnc.com/en/connect/download/viewer/).
99+
100+
Connect to `192.168.64.100:5900`, password: `secret`.

0 commit comments

Comments
 (0)