11 lines
342 B
Bash
11 lines
342 B
Bash
#!/bin/bash
|
|
|
|
#ddev-generated
|
|
## Command provided by https://github.com/ddev/ddev-drupal-contrib
|
|
## Description: Run nightwatch inside the web container
|
|
## Usage: nightwatch [flags] [args]
|
|
## Example: "ddev nightwatch"
|
|
## ExecRaw: true
|
|
|
|
yarn --cwd "$DDEV_DOCROOT/core" test:nightwatch "$DDEV_COMPOSER_ROOT/$DDEV_DOCROOT/modules/custom/" "$@"
|