-
Notifications
You must be signed in to change notification settings - Fork 328
Closed as not planned
Labels
Description
Let's create a few E2E tests for the GitHub import/export feature on playground.wordpress.net.
Technically, the challenge here is with obtaining an auth token. We could either:
- Provide some GitHub credentials via GitHub Actions env variables, or
- Mock all API interactions – but would this actually test anything?
Related: