Commit e71250aa authored by semantic-release-bot's avatar semantic-release-bot
Browse files
parent 671c6cb3
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
# [2.1.0](https://gitlab.com/to-be-continuous/cypress/compare/2.0.1...2.1.0) (2022-05-01)


### Features

* configurable tracking image ([8e7987c](https://gitlab.com/to-be-continuous/cypress/commit/8e7987c2dd93e33f126804b64fc817ff2cfe7965))

## [2.0.1](https://gitlab.com/to-be-continuous/cypress/compare/2.0.0...2.0.1) (2021-10-07)


+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@ In order to include this template in your project, add the following to your `gi
```yaml
include:
  - project: 'to-be-continuous/cypress'
    ref: '2.0.1'
    ref: '2.1.0'
    file: '/templates/gitlab-ci-cypress.yml'

# Pipeline steps
+1 −1
Original line number Diff line number Diff line
@@ -208,7 +208,7 @@ cypress:
      - $CYPRESS_PROJECT_DIR/.npm/
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "cypress", "2.0.1"]
      command: ["--service", "cypress", "2.1.0"]
  stage: acceptance
  before_script:
    - *cypress-scripts