Skip to content

Commit

Permalink
TC-47 Test cypress e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniil Tkachev committed Jan 16, 2025
1 parent 03d76b9 commit 2536fa5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/oxid-esales/cypress.sh
Original file line number Diff line number Diff line change
Expand Up @@ -129,13 +129,13 @@ docker compose up -d || {
}

echo "Waiting for services to stabilize..."
sleep 30
sleep 45

#"$SCRIPT_DIR/db_backup.sh" restore
"$SCRIPT_DIR/set_shop_url.sh" https://oxideshop.local

echo "Displaying Cypress logs..."
docker compose logs cypress || echo "No logs available for Cypress."
docker compose logs cypress || echo -e "${RED}No logs available for Cypress.${NC}"

NO_MAKE_UP=false

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/universal_workflow_light.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1282,7 +1282,7 @@ jobs:
if: ${{ always() && steps.cv.outputs.cypress_coverage_prefix != '' }}

Check failure on line 1282 in .github/workflows/universal_workflow_light.yaml

View workflow job for this annotation

GitHub Actions / osc_telecash_php82_mysql_80 / actionlint

property "cv" is not defined in object type {cy: {conclusion: string; outcome: string; outputs: {string => string}}; rsltp: {conclusion: string; outcome: string; outputs: {string => string}}; rstn: {conclusion: string; outcome: string; outputs: {string => string}}}
uses: actions/upload-artifact@v4
with:
name: ${{ steps.cv.outputs.runslim_coverage_prefix}}-${{steps.cv.outputs.cypress_suffix }}
name: ${{ steps.cv.outputs.cypress_coverage_prefix}}-${{steps.cv.outputs.cypress_suffix }}

Check failure on line 1285 in .github/workflows/universal_workflow_light.yaml

View workflow job for this annotation

GitHub Actions / osc_telecash_php82_mysql_80 / actionlint

property "cv" is not defined in object type {cy: {conclusion: string; outcome: string; outputs: {string => string}}; rsltp: {conclusion: string; outcome: string; outputs: {string => string}}; rstn: {conclusion: string; outcome: string; outputs: {string => string}}}
path: source/vendor/oxid-solution-catalysts/telecash-module/tests/e2e/cypress/_generated

- name: 'Stop shop'
Expand Down

0 comments on commit 2536fa5

Please sign in to comment.