Skip to content

Commit

Permalink
Add basic documentation for the Nightwatch Gitlab CI integration
Browse files Browse the repository at this point in the history
  • Loading branch information
plopesc authored Nov 25, 2024
1 parent 035cd46 commit d701c7a
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -554,6 +554,19 @@ include which will give you helpers that you can include and reference for tasks
such as setting up [Terminus](https://pantheon.io/docs/terminus). See
[scaffold/gitlab/Pantheon.gitlab-ci.yml](scaffold/gitlab/Pantheon.gitlab-ci.yml).

### Nightwatch
Provides basic integration for Nightwatch Visual Regression Testing.

```json
"extra": {
"drainpipe": {
"gitlab": ["Nightwatch"]
}
}
```

See [scaffold/gitlab/Nightwatch.gitlab-ci.yml](scaffold/gitlab/Nightwatch.gitlab-ci.yml).

## Tugboat

Add the following to `composer.json` to add Tugboat configuration:
Expand Down

0 comments on commit d701c7a

Please sign in to comment.