Skip to content

Commit

Permalink
Merge pull request #24 from eea/develop
Browse files Browse the repository at this point in the history
Use latest volto & cypress
  • Loading branch information
avoinea authored Oct 28, 2022
2 parents 7b578ed + 3c3e652 commit 2fedef3
Show file tree
Hide file tree
Showing 23 changed files with 909 additions and 558 deletions.
2 changes: 1 addition & 1 deletion .coverage.babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const defaultBabel = require('@plone/volto/babel');

function applyDefault(api) {
const voltoBabel = defaultBabel(api);
voltoBabel.plugins.push('@babel/plugin-transform-modules-commonjs', 'transform-class-properties', 'istanbul');
voltoBabel.plugins.push('istanbul');
return voltoBabel;
}

Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
.vscode/
.history
.eslintrc.js
.nyc_output
project
coverage
logs
*.log
npm-debug.log*
Expand Down
1 change: 1 addition & 0 deletions .i18n.babel.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module.exports = require('@plone/volto/babel');
96 changes: 96 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,96 @@
# https://docs.npmjs.com/using-npm/developers.html#keeping-files-out-of-your-package

# Directories
api/
bin/
build/
lib/
g-api/
tests/

# Docs
docs/

# Cypress
cypress/

# Tests
__tests__/
*.snap

# Files
.travis.yml
requirements-docs.txt
requirements-tests.txt
yarn.lock
.dockerignore
.gitattributes
.yarnrc
.nvmrc
changelogupdater.js
pip-selfcheck.json
Dockerfile
CNAME
entrypoint.sh
Jenkinsfile
Makefile

# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Runtime data
pids
*.pid
*.seed
*.pid.lock

# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov

# Coverage directory used by tools like istanbul
coverage

# nyc test coverage
.nyc_output

# node-waf configuration
.lock-wscript

# Compiled binary addons (https://nodejs.org/api/addons.html)
build/Release

# Dependency directories
node_modules/
jspm_packages/

# TypeScript v1 declaration files
typings/

# Optional npm cache directory
.npm

# Optional eslint cache
.eslintcache

# Optional REPL history
.node_repl_history

# Output of 'npm pack'
*.tgz

# Yarn Integrity file
.yarn-integrity

# dotenv environment variables file
.env

# next.js build output
.next

styleguide.config
.vscode
packages
154 changes: 59 additions & 95 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,133 +4,97 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [4.0.6](https://github.com/eea/volto-widget-temporal-coverage/compare/4.0.5...4.0.6)
### [5.0.0](https://github.com/eea/volto-widget-temporal-coverage/compare/4.0.6...5.0.0) - 28 October 2022

#### :hammer_and_wrench: Others

#### [4.0.5](https://github.com/eea/volto-widget-temporal-coverage/compare/4.0.4...4.0.5)
- test(jest): Fix jest tests [Alin Voinea - [`62db38d`](https://github.com/eea/volto-widget-temporal-coverage/commit/62db38df23b5835e28167a6c58239f5fa7d5ecb1)]
- Cleanup [Alin Voinea - [`3b94ba4`](https://github.com/eea/volto-widget-temporal-coverage/commit/3b94ba407cce0f72baba92b159f79b4dc0ae7ea2)]
- Use latest volto & cypress [Miu Razvan - [`abe78b8`](https://github.com/eea/volto-widget-temporal-coverage/commit/abe78b8aa10af13a29f7842d52089a6587669778)]
- update(jest): add @plone/volto-slate resolver refs- #153447 [nileshgulia1 - [`d1b17bf`](https://github.com/eea/volto-widget-temporal-coverage/commit/d1b17bff235073a80679e51ef5883252b88284b8)]
### [4.0.6](https://github.com/eea/volto-widget-temporal-coverage/compare/4.0.5...4.0.6) - 1 July 2022

> 20 January 2022
#### :hammer_and_wrench: Others

- Fix missing temporal [`#22`](https://github.com/eea/volto-widget-temporal-coverage/pull/22)
### [4.0.5](https://github.com/eea/volto-widget-temporal-coverage/compare/4.0.4...4.0.5) - 20 January 2022

#### [4.0.4](https://github.com/eea/volto-widget-temporal-coverage/compare/4.0.3...4.0.4)
### [4.0.4](https://github.com/eea/volto-widget-temporal-coverage/compare/4.0.3...4.0.4) - 3 January 2022

> 3 January 2022
### [4.0.3](https://github.com/eea/volto-widget-temporal-coverage/compare/4.0.2...4.0.3) - 21 December 2021

### [4.0.2](https://github.com/eea/volto-widget-temporal-coverage/compare/4.0.1...4.0.2) - 18 December 2021

#### [4.0.3](https://github.com/eea/volto-widget-temporal-coverage/compare/4.0.2...4.0.3)
#### :hammer_and_wrench: Others

> 21 December 2021
### [4.0.1](https://github.com/eea/volto-widget-temporal-coverage/compare/4.0.0...4.0.1) - 10 December 2021

- Fix tests snapshots [`#20`](https://github.com/eea/volto-widget-temporal-coverage/pull/20)
#### :hammer_and_wrench: Others

#### [4.0.2](https://github.com/eea/volto-widget-temporal-coverage/compare/4.0.1...4.0.2)
- Refs #142010 - Optimize Volto-addons gitflow pipelines [valentinab25 - [`9c890b5`](https://github.com/eea/volto-widget-temporal-coverage/commit/9c890b54735cd21552716b7850f296b7f78c8bf7)]
## [4.0.0](https://github.com/eea/volto-widget-temporal-coverage/compare/3.0.2...4.0.0) - 24 September 2021

> 18 December 2021
#### :hammer_and_wrench: Others

- Add SonarQube badges [`#19`](https://github.com/eea/volto-widget-temporal-coverage/pull/19)
- Update TemporalWidgetView unit test [Alin Voinea - [`8388694`](https://github.com/eea/volto-widget-temporal-coverage/commit/8388694a2152fcbccbffceeb3c10d3c5247870f7)]
### [3.0.2](https://github.com/eea/volto-widget-temporal-coverage/compare/3.0.1...3.0.2) - 10 September 2021

#### [4.0.1](https://github.com/eea/volto-widget-temporal-coverage/compare/4.0.0...4.0.1)
#### :hammer_and_wrench: Others

> 10 December 2021
### [3.0.1](https://github.com/eea/volto-widget-temporal-coverage/compare/3.0.0...3.0.1) - 9 August 2021

- Develop [`#18`](https://github.com/eea/volto-widget-temporal-coverage/pull/18)
- Correct Cypress tests [`#17`](https://github.com/eea/volto-widget-temporal-coverage/pull/17)
- Refs #142010 - Optimize Volto-addons gitflow pipelines [`9c890b5`](https://github.com/eea/volto-widget-temporal-coverage/commit/9c890b54735cd21552716b7850f296b7f78c8bf7)
#### :hammer_and_wrench: Others

### [4.0.0](https://github.com/eea/volto-widget-temporal-coverage/compare/3.0.2...4.0.0)
- Fix val.includes is not a function [Alin Voinea - [`1ea782a`](https://github.com/eea/volto-widget-temporal-coverage/commit/1ea782a84a5e8b955271a7af22d2821ed8f0c267)]
## [3.0.0](https://github.com/eea/volto-widget-temporal-coverage/compare/2.2.0...3.0.0) - 9 June 2021

> 24 September 2021
#### :hammer_and_wrench: Others

- Make TemporalWidgetView reusable within metadata section block [`#16`](https://github.com/eea/volto-widget-temporal-coverage/pull/16)
- Update TemporalWidgetView unit test [`8388694`](https://github.com/eea/volto-widget-temporal-coverage/commit/8388694a2152fcbccbffceeb3c10d3c5247870f7)
- Bump major release [Alin Voinea - [`fcaa0ad`](https://github.com/eea/volto-widget-temporal-coverage/commit/fcaa0ada7bf4d5075d00b2baca4bc0cde572bef1)]
- Fix propTypes definitions [Alin Voinea - [`50437dd`](https://github.com/eea/volto-widget-temporal-coverage/commit/50437dd23357be77473f65ccaf4aa80596605073)]
### [2.2.0](https://github.com/eea/volto-widget-temporal-coverage/compare/2.1.3...2.2.0) - 4 June 2021

#### [3.0.2](https://github.com/eea/volto-widget-temporal-coverage/compare/3.0.1...3.0.2)
#### :hammer_and_wrench: Others

> 10 September 2021
- Bump minor version [Alin Voinea - [`cd2ae41`](https://github.com/eea/volto-widget-temporal-coverage/commit/cd2ae415137344e05ce8d7e291e4cf06a86c2b14)]
- Cypress coverage [valentinab25 - [`a499cc8`](https://github.com/eea/volto-widget-temporal-coverage/commit/a499cc878fdd010854458bf1bbbeba9d0d214d96)]
### [2.1.3](https://github.com/eea/volto-widget-temporal-coverage/compare/2.1.2...2.1.3) - 27 May 2021

- Fix tests and package metadata [`#15`](https://github.com/eea/volto-widget-temporal-coverage/pull/15)
### [2.1.2](https://github.com/eea/volto-widget-temporal-coverage/compare/2.1.1...2.1.2) - 13 May 2021

#### [3.0.1](https://github.com/eea/volto-widget-temporal-coverage/compare/3.0.0...3.0.1)
#### :hammer_and_wrench: Others

> 9 August 2021
- Fix styling [kreafox - [`1d8dba0`](https://github.com/eea/volto-widget-temporal-coverage/commit/1d8dba05f2527d932b11c563b6c267dd337d5493)]
### [2.1.1](https://github.com/eea/volto-widget-temporal-coverage/compare/2.1.0...2.1.1) - 12 May 2021

- Release save all years but display range of years (#13) [`#14`](https://github.com/eea/volto-widget-temporal-coverage/pull/14)
- save all years but display range of years [`#13`](https://github.com/eea/volto-widget-temporal-coverage/pull/13)
- Fix val.includes is not a function [`1ea782a`](https://github.com/eea/volto-widget-temporal-coverage/commit/1ea782a84a5e8b955271a7af22d2821ed8f0c267)
### [2.1.0](https://github.com/eea/volto-widget-temporal-coverage/compare/2.0.0...2.1.0) - 8 March 2021

### [3.0.0](https://github.com/eea/volto-widget-temporal-coverage/compare/2.2.0...3.0.0)
#### :hammer_and_wrench: Others

> 9 June 2021
- Release 2.1.0 [Alin Voinea - [`fb99c59`](https://github.com/eea/volto-widget-temporal-coverage/commit/fb99c59147aaeed2f5bbbf4f673fe861ce492e8c)]
- Cleanup DEPENDENCIES from Jenkinsfile [Alin Voinea - [`ed08915`](https://github.com/eea/volto-widget-temporal-coverage/commit/ed08915c79c00f1cd73f82dcb78f6592c87c4c8f)]
## [2.0.0](https://github.com/eea/volto-widget-temporal-coverage/compare/1.0.1...2.0.0) - 28 February 2021

- Major release latest refactoring [`#12`](https://github.com/eea/volto-widget-temporal-coverage/pull/12)
- Bump major release [`fcaa0ad`](https://github.com/eea/volto-widget-temporal-coverage/commit/fcaa0ada7bf4d5075d00b2baca4bc0cde572bef1)
- Fix propTypes definitions [`50437dd`](https://github.com/eea/volto-widget-temporal-coverage/commit/50437dd23357be77473f65ccaf4aa80596605073)
#### :hammer_and_wrench: Others

#### [2.2.0](https://github.com/eea/volto-widget-temporal-coverage/compare/2.1.3...2.2.0)
- Release 2.0.0 [Alin Voinea - [`4994526`](https://github.com/eea/volto-widget-temporal-coverage/commit/499452606cd62e7efee546fe55d72666162e62b9)]
- Volto 12 upgrade: ~/config -> @plone/volto/registry [Alin Voinea - [`7056ea5`](https://github.com/eea/volto-widget-temporal-coverage/commit/7056ea5dcc2ede7b9deb153e30124bdc7bd32e7d)]
### [1.0.1](https://github.com/eea/volto-widget-temporal-coverage/compare/1.0.0...1.0.1) - 26 November 2020

> 4 June 2021
#### :hammer_and_wrench: Others

- Sync master/develop branch [`#11`](https://github.com/eea/volto-widget-temporal-coverage/pull/11)
- Use the Volto's widget api in widget [`#9`](https://github.com/eea/volto-widget-temporal-coverage/pull/9)
- Bump minor version [`cd2ae41`](https://github.com/eea/volto-widget-temporal-coverage/commit/cd2ae415137344e05ce8d7e291e4cf06a86c2b14)
- Cypress coverage [`a499cc8`](https://github.com/eea/volto-widget-temporal-coverage/commit/a499cc878fdd010854458bf1bbbeba9d0d214d96)
- Release 1.0.1 [Alin Voinea - [`1f8fc44`](https://github.com/eea/volto-widget-temporal-coverage/commit/1f8fc44fd993b9511e748b893f143f0a29919c9f)]
## [1.0.0](https://github.com/eea/volto-widget-temporal-coverage/compare/0.1.0...1.0.0) - 16 November 2020

#### [2.1.3](https://github.com/eea/volto-widget-temporal-coverage/compare/2.1.2...2.1.3)
#### :hammer_and_wrench: Others

> 27 May 2021
- Release 1.0.0 [Alin Voinea - [`a6d113f`](https://github.com/eea/volto-widget-temporal-coverage/commit/a6d113f0d7b06c629d0c9c0eda4e507d76a1908f)]
- remove unnecessary proptype [nileshgulia1 - [`c39be09`](https://github.com/eea/volto-widget-temporal-coverage/commit/c39be0915b2987afdbf2e5b17a7292ab42c51eb3)]
- Update README.md [Nilesh - [`eb3d0cc`](https://github.com/eea/volto-widget-temporal-coverage/commit/eb3d0cc0b771b51bc27e8caca2963c756dedecf8)]
### 0.1.0 - 12 October 2020

- Use Volto widget API [`#10`](https://github.com/eea/volto-widget-temporal-coverage/pull/10)
#### :hammer_and_wrench: Others

#### [2.1.2](https://github.com/eea/volto-widget-temporal-coverage/compare/2.1.1...2.1.2)

> 13 May 2021
- Fix no data case [`#7`](https://github.com/eea/volto-widget-temporal-coverage/pull/7)
- Fix no data case [`#6`](https://github.com/eea/volto-widget-temporal-coverage/pull/6)
- Fix styling [`1d8dba0`](https://github.com/eea/volto-widget-temporal-coverage/commit/1d8dba05f2527d932b11c563b6c267dd337d5493)

#### [2.1.1](https://github.com/eea/volto-widget-temporal-coverage/compare/2.1.0...2.1.1)

> 12 May 2021

#### [2.1.0](https://github.com/eea/volto-widget-temporal-coverage/compare/2.0.0...2.1.0)

> 8 March 2021
- Release 2.1.0 [`fb99c59`](https://github.com/eea/volto-widget-temporal-coverage/commit/fb99c59147aaeed2f5bbbf4f673fe861ce492e8c)

### [2.0.0](https://github.com/eea/volto-widget-temporal-coverage/compare/1.0.1...2.0.0)

> 28 February 2021
- Release 2.0.0 [`4994526`](https://github.com/eea/volto-widget-temporal-coverage/commit/499452606cd62e7efee546fe55d72666162e62b9)
- Volto 12 upgrade: ~/config -> @plone/volto/registry [`7056ea5`](https://github.com/eea/volto-widget-temporal-coverage/commit/7056ea5dcc2ede7b9deb153e30124bdc7bd32e7d)

#### [1.0.1](https://github.com/eea/volto-widget-temporal-coverage/compare/1.0.0...1.0.1)

> 26 November 2020
- fix console warnings [`#4`](https://github.com/eea/volto-widget-temporal-coverage/pull/4)
- Release 1.0.1 [`1f8fc44`](https://github.com/eea/volto-widget-temporal-coverage/commit/1f8fc44fd993b9511e748b893f143f0a29919c9f)

### [1.0.0](https://github.com/eea/volto-widget-temporal-coverage/compare/0.1.0...1.0.0)

> 16 November 2020
- fix console warnings [`#3`](https://github.com/eea/volto-widget-temporal-coverage/pull/3)
- Release 1.0.0 [`a6d113f`](https://github.com/eea/volto-widget-temporal-coverage/commit/a6d113f0d7b06c629d0c9c0eda4e507d76a1908f)
- remove unnecessary proptype [`c39be09`](https://github.com/eea/volto-widget-temporal-coverage/commit/c39be0915b2987afdbf2e5b17a7292ab42c51eb3)
- Update README.md [`eb3d0cc`](https://github.com/eea/volto-widget-temporal-coverage/commit/eb3d0cc0b771b51bc27e8caca2963c756dedecf8)

#### 0.1.0

> 12 October 2020
- Release 0.1.0 [`#2`](https://github.com/eea/volto-widget-temporal-coverage/pull/2)
- add base temporal Widget [`#1`](https://github.com/eea/volto-widget-temporal-coverage/pull/1)
- adapt to volto widget guidelines [`ad1ec31`](https://github.com/eea/volto-widget-temporal-coverage/commit/ad1ec31e88ecc6edfcb06bf7f5a5b569d6884aae)
- add base temporal [`2846018`](https://github.com/eea/volto-widget-temporal-coverage/commit/284601801b209b72be50a1e6d54fdefe5d742b6f)
- Bootstrap [`2e7accc`](https://github.com/eea/volto-widget-temporal-coverage/commit/2e7accc77e8903dd1fdb856f0544637d800d38de)
- Initial commit [`23f88ef`](https://github.com/eea/volto-widget-temporal-coverage/commit/23f88efc99f111417bdd5498c8100239cafd1537)
- adapt to volto widget guidelines [nileshgulia1 - [`ad1ec31`](https://github.com/eea/volto-widget-temporal-coverage/commit/ad1ec31e88ecc6edfcb06bf7f5a5b569d6884aae)]
- add base temporal [nileshgulia1 - [`2846018`](https://github.com/eea/volto-widget-temporal-coverage/commit/284601801b209b72be50a1e6d54fdefe5d742b6f)]
- Bootstrap [Alin Voinea - [`2e7accc`](https://github.com/eea/volto-widget-temporal-coverage/commit/2e7accc77e8903dd1fdb856f0544637d800d38de)]
- Initial commit [Alin Voinea - [`23f88ef`](https://github.com/eea/volto-widget-temporal-coverage/commit/23f88efc99f111417bdd5498c8100239cafd1537)]
14 changes: 7 additions & 7 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pipeline {
environment {
GIT_NAME = "volto-widget-temporal-coverage"
NAMESPACE = "@eeacms"
SONARQUBE_TAGS = "volto.eea.europa.eu,www.eea.europa.eu-ims,climate-energy.eea.europa.eu,sustainability.eionet.europa.eu,forest.eea.europa.eu,biodiversity.europa.eu,clms.land.copernicus.eu,industry.eea.europa.eu,water.europa.eu-freshwater,demo-www.eea.europa.eu,clmsdemo.devel6cph.eea.europa.eu,circularity.eea.europa.eu"
SONARQUBE_TAGS = "volto.eea.europa.eu,www.eea.europa.eu-ims,climate-energy.eea.europa.eu,sustainability.eionet.europa.eu,forest.eea.europa.eu,biodiversity.europa.eu,clms.land.copernicus.eu,industry.eea.europa.eu,water.europa.eu-freshwater,demo-www.eea.europa.eu,clmsdemo.devel6cph.eea.europa.eu,circularity.eea.europa.eu,prod-www.eea.europa.eu,water.europa.eu-marine"
DEPENDENCIES = ""
VOLTO = "alpha"
}
Expand Down Expand Up @@ -41,19 +41,19 @@ pipeline {

"ES lint": {
node(label: 'docker') {
sh '''docker run -i --rm --name="$BUILD_TAG-eslint" -e NAMESPACE="$NAMESPACE" -e GIT_NAME=$GIT_NAME -e GIT_BRANCH="$BRANCH_NAME" -e GIT_CHANGE_ID="$CHANGE_ID" plone/volto-addon-ci eslint'''
sh '''docker run -i --rm --name="$BUILD_TAG-eslint" -e NAMESPACE="$NAMESPACE" -e GIT_NAME=$GIT_NAME -e GIT_BRANCH="$BRANCH_NAME" -e GIT_CHANGE_ID="$CHANGE_ID" -e VOLTO=$VOLTO plone/volto-addon-ci:alpha eslint'''
}
},

"Style lint": {
node(label: 'docker') {
sh '''docker run -i --rm --name="$BUILD_TAG-stylelint" -e NAMESPACE="$NAMESPACE" -e GIT_NAME=$GIT_NAME -e GIT_BRANCH="$BRANCH_NAME" -e GIT_CHANGE_ID="$CHANGE_ID" plone/volto-addon-ci stylelint'''
sh '''docker run -i --rm --name="$BUILD_TAG-stylelint" -e NAMESPACE="$NAMESPACE" -e GIT_NAME=$GIT_NAME -e GIT_BRANCH="$BRANCH_NAME" -e GIT_CHANGE_ID="$CHANGE_ID" -e VOLTO=$VOLTO plone/volto-addon-ci:alpha stylelint'''
}
},

"Prettier": {
node(label: 'docker') {
sh '''docker run -i --rm --name="$BUILD_TAG-prettier" -e NAMESPACE="$NAMESPACE" -e GIT_NAME=$GIT_NAME -e GIT_BRANCH="$BRANCH_NAME" -e GIT_CHANGE_ID="$CHANGE_ID" plone/volto-addon-ci prettier'''
sh '''docker run -i --rm --name="$BUILD_TAG-prettier" -e NAMESPACE="$NAMESPACE" -e GIT_NAME=$GIT_NAME -e GIT_BRANCH="$BRANCH_NAME" -e GIT_CHANGE_ID="$CHANGE_ID" -e VOLTO=$VOLTO plone/volto-addon-ci:alpha prettier'''
}
}
)
Expand All @@ -77,8 +77,8 @@ pipeline {
node(label: 'docker') {
script {
try {
sh '''docker pull plone/volto-addon-ci'''
sh '''docker run -i --name="$BUILD_TAG-volto" -e NAMESPACE="$NAMESPACE" -e GIT_NAME=$GIT_NAME -e GIT_BRANCH="$BRANCH_NAME" -e GIT_CHANGE_ID="$CHANGE_ID" plone/volto-addon-ci'''
sh '''docker pull plone/volto-addon-ci:alpha'''
sh '''docker run -i --name="$BUILD_TAG-volto" -e NAMESPACE="$NAMESPACE" -e GIT_NAME=$GIT_NAME -e GIT_BRANCH="$BRANCH_NAME" -e GIT_CHANGE_ID="$CHANGE_ID" -e VOLTO=$VOLTO plone/volto-addon-ci:alpha'''
sh '''rm -rf xunit-reports'''
sh '''mkdir -p xunit-reports'''
sh '''docker cp $BUILD_TAG-volto:/opt/frontend/my-volto-project/coverage xunit-reports/'''
Expand Down Expand Up @@ -126,7 +126,7 @@ pipeline {
script {
try {
sh '''docker pull eeacms/plone-backend; docker run --rm -d --name="$BUILD_TAG-plone" -e SITE="Plone" -e PROFILES="eea.kitkat:testing" eeacms/plone-backend'''
sh '''docker pull plone/volto-addon-ci; docker run -i --name="$BUILD_TAG-cypress" --link $BUILD_TAG-plone:plone -e NAMESPACE="$NAMESPACE" -e GIT_NAME=$GIT_NAME -e GIT_BRANCH="$BRANCH_NAME" -e GIT_CHANGE_ID="$CHANGE_ID" -e DEPENDENCIES="$DEPENDENCIES" -e NODE_ENV=development -e VOLTO="$VOLTO" plone/volto-addon-ci cypress'''
sh '''docker pull plone/volto-addon-ci:alpha; docker run -i --name="$BUILD_TAG-cypress" --link $BUILD_TAG-plone:plone -e NAMESPACE="$NAMESPACE" -e GIT_NAME=$GIT_NAME -e GIT_BRANCH="$BRANCH_NAME" -e GIT_CHANGE_ID="$CHANGE_ID" -e DEPENDENCIES="$DEPENDENCIES" -e NODE_ENV=development -e VOLTO=$VOLTO plone/volto-addon-ci:alpha cypress'''
} finally {
try {
sh '''rm -rf cypress-reports cypress-results cypress-coverage'''
Expand Down
Loading

0 comments on commit 2fedef3

Please sign in to comment.