Skip to content

Commit 2f55f8f

Browse files
authored
Revert dependency on ddev/ddev-selenium-standalone-chrome (#136)
1 parent 4dfa898 commit 2f55f8f

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ DDEV integration for developing Drupal contrib projects. As a general philosophy
1616
4. Configure DDEV for Drupal using `ddev config --project-type=drupal --docroot=web --php-version=8.3 --corepack-enable --project-name=[module]` or select these options when prompted using `ddev config`
1717
- Remove underscores in the project name, or replace with hyphens. (DDEV will do this for you.)
1818
- See [Changing the Drupal core version](#changing-the-drupal-core-version) to update your version of Drupal core.
19-
5. Run `ddev add-on get ddev/ddev-selenium-standalone-chrome && ddev add-on get ddev/ddev-drupal-contrib`
19+
5. Run `ddev add-on get ddev/ddev-drupal-contrib`
2020
6. Run `ddev start`
2121
7. Run `ddev poser`
2222
8. Run `ddev symlink-project`
@@ -28,7 +28,6 @@ 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
3231
ddev add-on get ddev/ddev-drupal-contrib
3332
ddev restart
3433
```
@@ -58,7 +57,7 @@ This project provides the following DDEV container commands.
5857

5958
## Misc
6059

61-
- 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.
60+
- Optional. The [ddev-selenium-standalone-chrome add-on helps run FunctionalJavascript and Nightwatch tests](https://github.com/ddev/ddev-selenium-standalone-chrome).
6261
- 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/).
6362
- Optional. Commit the changes in the `.ddev` folder after this plugin installs. This saves other users from having to install this integration.
6463
- If you add/remove a root file or directory, re-symlink root files via EITHER of these methods

install.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,3 @@ project_files:
1515
- config.contrib.yaml
1616

1717
ddev_version_constraint: '>= v1.24.6'
18-
19-
dependencies:
20-
- ddev/ddev-selenium-standalone-chrome

0 commit comments

Comments
 (0)