Skip to content
Snippets Groups Projects
Commit dbca96b0 authored by semantic-release-bot's avatar semantic-release-bot
Browse files
parent 5fa539e5
No related branches found
Tags 3.1.0
No related merge requests found
# [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) # [3.0.0](https://gitlab.com/to-be-continuous/cypress/compare/2.1.0...3.0.0) (2022-08-05)
......
...@@ -9,7 +9,7 @@ In order to include this template in your project, add the following to your `gi ...@@ -9,7 +9,7 @@ In order to include this template in your project, add the following to your `gi
```yaml ```yaml
include: include:
- project: 'to-be-continuous/cypress' - project: 'to-be-continuous/cypress'
ref: '3.0.0' ref: '3.1.0'
file: '/templates/gitlab-ci-cypress.yml' file: '/templates/gitlab-ci-cypress.yml'
# Pipeline steps # Pipeline steps
......
...@@ -230,7 +230,7 @@ cypress: ...@@ -230,7 +230,7 @@ cypress:
- $CYPRESS_PROJECT_DIR/.npm/ - $CYPRESS_PROJECT_DIR/.npm/
services: services:
- name: "$TBC_TRACKING_IMAGE" - name: "$TBC_TRACKING_IMAGE"
command: ["--service", "cypress", "3.0.0"] command: ["--service", "cypress", "3.1.0"]
stage: acceptance stage: acceptance
before_script: before_script:
- *cypress-scripts - *cypress-scripts
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment