Skip to content

Commit

Permalink
Fix #56. Remove -v option from ecample in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
weitzman committed Jan 13, 2025
1 parent 9273c66 commit af58122
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ ddev restart
- Your project is now ready to run FunctionalJavascript and [Nightwatch](https://www.drupal.org/docs/automated-testing/javascript-testing-using-nightwatch) tests from Drupal core, or [Drupal Test Traits](https://gitlab.com/weitzman/drupal-test-traits) (DTT). All these types are tested in this repo. Some examples to try:
- FunctionalJavascript:
- Ensure you have the `drupal/core-dev` Composer package or equivalent.
- `ddev exec -d /var/www/html/web "../vendor/bin/phpunit -v -c ./core/phpunit.xml.dist ./core/modules/system/tests/src/FunctionalJavascript/FrameworkTest.php"`
- `ddev exec -d /var/www/html/web "../vendor/bin/phpunit -c ./core/phpunit.xml.dist ./core/modules/system/tests/src/FunctionalJavascript/FrameworkTest.php"`
- Nightwatch
- `ddev exec -d /var/www/html/web/core yarn install` (do this once)
- `ddev exec -d /var/www/html/web/core touch .env` (do this once)
Expand Down

0 comments on commit af58122

Please sign in to comment.