Ghost/.github/workflows
Daniel Lockyer 1a0362f3db Added demo E2E browser test
refs https://github.com/TryGhost/Toolbox/issues/207

- we want to start writing some E2E tests that involve automated
  pointing and clicking around the frontend of Ghost to test that
  members of Ghost sites can still do what we expect
- we've decided to look in to Playwright for this - it looks __really__
  nice
- this is a VERY basic first test - it'll check for a 200 on the
  homepage of whatever we provide as the TEST_URL env variable, or
  default to a (manually-run) Ghost instance on port 2368
- also adds a `yarn test:browser` command to run the tests using the
  Playwright CLI, and a sample GitHub Action workflow which we can
  manually run with a site URL
- there's a lot more to add here in terms of test framework but this
  gets us started
2022-02-17 12:16:58 +01:00
..
auto-assign.yml Moved GITHUB_TOKEN env variable to workflow scope 2021-09-09 09:49:08 +01:00
browser-tests.yml Added demo E2E browser test 2022-02-17 12:16:58 +01:00
canary.yml Added yarn cache to CI workflows (#13716) 2021-11-30 08:01:22 +00:00
label-actions.yml Added issue closed event to triggers for label action 2021-11-18 11:05:49 +01:00
migration-review.yml Update peter-evans/create-or-update-comment commit hash to 63e171a 2022-01-31 08:45:43 +00:00
release.yml Updated github release action to use new main branch of ghost-release 2022-01-11 16:09:58 +00:00
stale.yml Update actions/stale action to v4 2021-11-15 08:23:54 +00:00
test.yml Added yarn test:ci command 2022-02-16 19:22:20 +01:00