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
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,7 @@ After installation, make sure to commit the `.ddev` directory to version control
28
28
## Update
29
29
30
30
```bash
31
+
ddev add-on get ddev/ddev-selenium-standalone-chrome
31
32
ddev add-on get ddev/ddev-drupal-contrib
32
33
ddev restart
33
34
```
@@ -60,7 +61,7 @@ Run tests on your project code (defaults to `web/modules/custom`, [configurable]
60
61
61
62
## Misc
62
63
63
-
-Optional: [Install the ddev-selenium-standalone-chrome extension for FunctionalJavascript and Nightwatch tests](https://github.com/ddev/ddev-selenium-standalone-chrome).
64
+
-The [ddev-selenium-standalone-chrome add-on helps run FunctionalJavascript and Nightwatch tests](https://github.com/ddev/ddev-selenium-standalone-chrome). This add-on already depends on that one so you likely have it installed.
64
65
- Optional: [Install the ddev-mkdocs extension for local preview of your docs site](https://github.com/nireneko/ddev-mkdocs). Drupal.org's Gitlab CI can [automatically publish your site](https://project.pages.drupalcode.org/gitlab_templates/jobs/pages/).
65
66
- Optional. Commit the changes in the `.ddev` folder after this plugin installs. This saves other users from having to install this integration.
66
67
- If you add/remove a root file or directory, re-symlink root files via EITHER of these methods
@@ -169,12 +170,11 @@ variable.
169
170
i.e. `TEST_DRUPAL_CORE=11 ./tests/bats/bin/bats ./tests`.
170
171
171
172
Tests are triggered automatically on every push to the
172
-
repository, and periodically each night. The automated tests are against all of
173
-
the supported Drupal core versions.
173
+
repository, and periodically each night. The automated tests are against all the supported Drupal core versions.
174
174
175
175
Also, consider adding tests in your PR.
176
176
177
-
To learn more about Bats see the [documentation][bats-docs].
177
+
To learn more about Bats, see the [documentation][bats-docs].
0 commit comments