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
Copy file name to clipboardExpand all lines: README.md
+23-5Lines changed: 23 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,11 +8,29 @@ This service can be used with any project type. The examples below are Drupal-sp
8
8
9
9
## Install/Update
10
10
11
-
1.`ddev get ddev/ddev-selenium-standalone-chrome`
12
-
2.`ddev restart`
13
-
3. Optional. Update the provided .ddev/config.selenium-standalone-chrome.yaml as you see fit(and remove the #ddev-generated line). You can also just override lines in your .ddev/config.yaml
14
-
4. Optional. Check config.selenium-standalone-chrome.yaml and docker-compose.selenium-chrome.yaml into your source control.
15
-
5. Update by re-running `ddev get ddev/ddev-selenium-standalone-chrome`.
11
+
For DDEV v1.23.5 or above run
12
+
13
+
```sh
14
+
ddev add-on get ddev/ddev-selenium-standalone-chrome
15
+
```
16
+
17
+
For earlier versions of DDEV run
18
+
19
+
```sh
20
+
ddev get ddev/ddev-selenium-standalone-chrome
21
+
```
22
+
23
+
Then restart your project
24
+
25
+
```sh
26
+
ddev restart
27
+
```
28
+
29
+
### Optional steps
30
+
31
+
1. Update the provided `.ddev/config.selenium-standalone-chrome.yaml` as you see fit (and remove the #ddev-generated line). You can also just override lines in your `.ddev/config.yaml`
32
+
1. Check `config.selenium-standalone-chrome.yaml` and `docker-compose.selenium-chrome.yaml` into your source control.
33
+
1. Update by re-running `ddev add-on get ddev/ddev-selenium-standalone-chrome`.
0 commit comments