Skip to content

Commit

Permalink
fix chrome version to 122.0.1/122.0.6261.57 for selenium testing (m9s…
Browse files Browse the repository at this point in the history
…weeper#339)

- Collect npm logs
- Update puppeteer, wdio, chromedriver and fix to versions
- Fix wdio to a specific Chrome version
- Disable lint inspection on wdio.shared.conf.ts (the entire file was warnings)
- Clarify failure location on Issues List test 5, which failed once
  • Loading branch information
becky-intelletive authored Feb 27, 2024
1 parent a1b9c13 commit 272f2b5
Show file tree
Hide file tree
Showing 6 changed files with 777 additions and 633 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/selenium-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ jobs:
if: (success() || failure()) && steps.install_m9sweeper.outcome != 'skipped'
with:
path: |
/home/intelletive/.npm/_logs/
selenium-testing/screenshots/
selenium-testing/downloads/
selenium-testing/reports/
Expand Down Expand Up @@ -191,4 +192,4 @@ jobs:
- name: Cleanup Work Directory
uses: AutoModality/action-clean@v1
if: always()
if: always()
Loading

0 comments on commit 272f2b5

Please sign in to comment.