Commit f03ad49e authored by semantic-release-bot's avatar semantic-release-bot
Browse files
parent 34ede2dd
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
# [3.2.0](https://gitlab.com/to-be-continuous/cypress/compare/3.1.1...3.2.0) (2022-12-11)


### Features

* upgrade cypress and config ([d4f3011](https://gitlab.com/to-be-continuous/cypress/commit/d4f3011733c46ee91808a6635b688aac917bacd8))

## [3.1.1](https://gitlab.com/to-be-continuous/cypress/compare/3.1.0...3.1.1) (2022-11-26)


+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: '3.1.1'
    ref: '3.2.0'
    file: '/templates/gitlab-ci-cypress.yml'

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