Skip to content

Commit

Permalink
Revert "fix(github-action): run additional tests with ts-node and swc"
Browse files Browse the repository at this point in the history
This reverts commit 230d045.
Works on my home windows and linux

Brakes Windows tests where it cannot find
 no such element: Unable to locate element: {"method":"css selector","selector":"input[id="greet-input"]"}
  • Loading branch information
bukowa committed Jun 29, 2024
1 parent 2ef126d commit 286fb89
Showing 1 changed file with 2 additions and 16 deletions.
18 changes: 2 additions & 16 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,29 +79,15 @@ jobs:
shell: "bash"
run: xvfb-run -a just test-e2e

- name: Linux - Run UI E2E tests with ts-node and swc
if: ${{ inputs.os == 'ubuntu-latest' }}
shell: "bash"
run: xvfb-run -a just test-e2e-fast

- name: Windows - Run UI E2E tests
if: ${{ inputs.os == 'windows-latest' }}
shell: "bash"
run: |
just browser-version-pending-update
just browser-version
just test-e2e
- name: Windows - Run UI E2E tests with ts-node and swc
if: ${{ inputs.os == 'windows-latest' }}
shell: "bash"
run: |
just test-e2e-fast
- name: MacOS - Run UI E2E tests
if: ${{ inputs.os == 'macos-latest' }}
shell: "bash"
run: just test-e2e

- name: MacOS - Run UI E2E tests with ts-node and swc
if: ${{ inputs.os == 'macos-latest' }}
shell: "bash"
run: just test-e2e-fast

0 comments on commit 286fb89

Please sign in to comment.