Skip to content

Commit

Permalink
added test_scubagoggles_report pytest with selenium; testing Baseline…
Browse files Browse the repository at this point in the history
…Reports.html successfully so far
  • Loading branch information
mitchelbaker-cisa committed Aug 1, 2024
1 parent a2cd10a commit f15e61e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/run_smoke_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,5 @@ jobs:
json: ${{ secrets.GWS_GITHUB_AUTOMATION_CREDS }}

- name: Execute ScubaGoggles and check for correct output
run: pytest -s ./Testing/Functional/SmokeTests/ --subjectemail="${{ secrets.GWS_SUBJECT_EMAIL }}" --domain="${{ secrets.GWS_DOMAIN }}"
run: |
pytest -s ./Testing/Functional/SmokeTests/ --subjectemail="${{ secrets.GWS_SUBJECT_EMAIL }}" --domain="${{ secrets.GWS_DOMAIN }}"

0 comments on commit f15e61e

Please sign in to comment.