Skip to content

Commit

Permalink
Adds e2e testing (platformsh#4102)
Browse files Browse the repository at this point in the history
* adds cypress and initial config files

* updates config files and test file, adds github actions file

* adds cypress example files to ignore

* updated env var name in config, aliases find of h2 since the test was losing it?

* adds a check for missing object properties and if missing, attempts to repopulate them

* blocks analytics scripts from loading during tests

* cleans up our spec file

* trying to debug why we are still failing tests

* add a wait to see if that gets us over the hump

* adding a full second pause since the runner seems to be slow

* adds config files for adding cypress e2e testing
adds workflow for triggering cypress e2e testing

* removes .wait() and replaces with a .clear() on the input element

* third test is still flaky w/o the .wait(). readding

* corrects workflow file name that contains the artifact we need
  • Loading branch information
gilzow authored Jul 10, 2024
1 parent ec4d4c7 commit 6b4c539
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Download info on PR
uses: dawidd6/action-download-artifact@v2
with:
workflow: get-urls.yaml
workflow: get-pr-info.yaml
workflow_conclusion: completed
name: pr-info
- name: retrieve url
Expand Down

0 comments on commit 6b4c539

Please sign in to comment.