Commit dbca96b0 authored by semantic-release-bot's avatar semantic-release-bot
Browse files
parent 5fa539e5
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
# [3.1.0](https://gitlab.com/to-be-continuous/cypress/compare/3.0.0...3.1.0) (2022-10-04)


### Features

* normalize reports ([f2e5c63](https://gitlab.com/to-be-continuous/cypress/commit/f2e5c63d75fa3bd788b3e4bb754c7fc3e29889cd))

# [3.0.0](https://gitlab.com/to-be-continuous/cypress/compare/2.1.0...3.0.0) (2022-08-05)


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

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