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
+6-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,18 @@
1
1
[](https://github.com/ddev/ddev-addon-template/actions/workflows/tests.yml)
2
2
3
+
# DDEV Selenium Standalone Chrome
4
+
3
5
## Introduction
4
6
5
7
This service can be used with any project type. The examples below are Drupal-specific. Contributions for docs and tests that show this service working with other project types are appreciated.
6
8
7
9
## Install/Update
8
10
9
11
1.`ddev get ddev/ddev-selenium-standalone-chrome`
10
-
2. 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
11
-
3. Optional. Check config.selenium-standalone-chrome.yaml and docker-compose.selenium-chrome.yaml into your source control.
12
-
4. Update by re-running `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`.
0 commit comments