Skip to content

Commit

Permalink
Merge pull request #539 from MetaCell/GEP-144
Browse files Browse the repository at this point in the history
GEP-144 added e2e regression tests
  • Loading branch information
enicolasgomez authored Jul 8, 2024
2 parents 3ace894 + 7a1364e commit 2e97c17
Show file tree
Hide file tree
Showing 14 changed files with 9,827 additions and 25,620 deletions.
18 changes: 18 additions & 0 deletions deployment/codefresh-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ stages:
- prepare
- build
- deploy
- qa
steps:
main_clone:
title: Clone main repository
Expand Down Expand Up @@ -41,3 +42,20 @@ steps:
- CUSTOM_tag=${{CF_BUILD_ID}}
- CUSTOM_apps_showcase_harness_deployment_image=${{REGISTRY}}/geppetto-showcase:${{CF_BUILD_ID}}
- CUSTOM_namespace=${{NAMESPACE}}
test_image:
title: "Building Integration Image"
type: "build"
stage: "qa"
image_name: "gep-e2e"
tag: "${{CF_BUILD_ID}}"
working_directory: geppetto-showcase/tests/e2e
disable_push: True
e2e_tests:
title: "End to End tests"
stage: "qa"
image: '${{test_image}}'
fail_fast: false
commands:
- bash -c "rm -rf /codefresh/volume/geppetto-meta/geppetto-showcase/tests"
- echo $url
- bash -c "cd / && npm run puppeteer_test"
6 changes: 3 additions & 3 deletions examples/redux-react-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
"@fortawesome/fontawesome-free": "^6.4.0",
"@material-ui/core": "^4.9.14",
"@material-ui/icons": "^4.11.2",
"@metacell/geppetto-meta-client": "file:.yalc/@metacell/geppetto-meta-client",
"@metacell/geppetto-meta-core": "file:.yalc/@metacell/geppetto-meta-core",
"@metacell/geppetto-meta-ui": "file:.yalc/@metacell/geppetto-meta-ui",
"@metacell/geppetto-meta-client": "^2.0.0",
"@metacell/geppetto-meta-core": "^2.0.0",
"@metacell/geppetto-meta-ui": "^2.0.0",
"@nosferatu500/react-sortable-tree": "3.0.5",
"@pmmmwh/react-refresh-webpack-plugin": "0.4.3",
"@reduxjs/toolkit": "^1.5.1",
Expand Down
Loading

0 comments on commit 2e97c17

Please sign in to comment.