Skip to content

Commit

Permalink
Experience/15059/smoke GitHub action (#15332)
Browse files Browse the repository at this point in the history
* 15059 - added github action workflow for frontend smoke tests to be run against live data

* 15059 - removed env param

* 15059 - Added pre steps for running smoke tests

* 15059 - updates to github action for smoke e2e

* 15059 - updates to github action for smoke e2e

* 15059 - updated to use secrets

* 15059 - Added on workflow_dispatch

* 15059 - Fixed merge conflicts

* 15059 - Removed smoke attribute from tests that need to be reworked in future PR
  • Loading branch information
penny-lischer authored Jul 25, 2024
1 parent 8e95634 commit 3c39a88
Show file tree
Hide file tree
Showing 3 changed files with 291 additions and 551 deletions.
1 change: 1 addition & 0 deletions .github/workflows/start_frontend_smoke.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
yarn run test:e2e-smoke
echo "::endgroup::"
- name: "Store E2E Results"
if: ${{ !cancelled() }}
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b
with:
name: smoke-data
Expand Down
Loading

0 comments on commit 3c39a88

Please sign in to comment.