Skip to content

Commit 58e71ca

Browse files
authored
Readme tweaks (#134)
1 parent 5199613 commit 58e71ca

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ After installation, make sure to commit the `.ddev` directory to version control
2828
## Update
2929

3030
```bash
31+
ddev add-on get ddev/ddev-selenium-standalone-chrome
3132
ddev add-on get ddev/ddev-drupal-contrib
3233
ddev restart
3334
```
@@ -60,7 +61,7 @@ Run tests on your project code (defaults to `web/modules/custom`, [configurable]
6061

6162
## Misc
6263

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.
6465
- 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/).
6566
- Optional. Commit the changes in the `.ddev` folder after this plugin installs. This saves other users from having to install this integration.
6667
- If you add/remove a root file or directory, re-symlink root files via EITHER of these methods
@@ -169,12 +170,11 @@ variable.
169170
i.e. `TEST_DRUPAL_CORE=11 ./tests/bats/bin/bats ./tests`.
170171

171172
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.
174174

175175
Also, consider adding tests in your PR.
176176

177-
To learn more about Bats see the [documentation][bats-docs].
177+
To learn more about Bats, see the [documentation][bats-docs].
178178

179179
[bats-docs]: https://bats-core.readthedocs.io/en/stable/
180180

0 commit comments

Comments
 (0)