File tree 1 file changed +11
-3
lines changed
1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ Follow [Docksal environment setup instructions](http://docksal.readthedocs.io/en
23
23
1 . Clone this repo into your Projects directory
24
24
25
25
```
26
- git clone [email protected] :docksal/qa-suite.git
26
+ git clone [email protected] :docksal/qa-suite.git qa-suite
27
27
cd qa-suite
28
28
```
29
29
@@ -66,13 +66,13 @@ fin behat features/blackbox.feature
66
66
fin backstop test --config=backstop-example.json
67
67
```
68
68
69
- By default BackstopJS is using PhantomJS to take screenshots.
69
+ By default, BackstopJS is using PhantomJS to take screenshots.
70
70
You can also use SlimerJS/Firefox by setting `"engine": "slimerjs"`
71
71
in the [configuration file](tests/backstop/backstop-example.json).
72
72
73
73
## Pre-configured sample commands
74
74
75
- Pre-configured commands are stored in see `.docksal/commands`.
75
+ Pre-configured commands are in `.docksal/commands`.
76
76
They can be used as shortcuts/alternative to typing long lists of arguments every time.
77
77
78
78
Run sample BDD (behavior-driven development) tests with Behat
@@ -90,3 +90,11 @@ fin backstop-example
90
90
```
91
91
92
92
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`.
You can’t perform that action at this time.
0 commit comments