Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scaffold playwright tests #15

Merged
merged 31 commits into from
Feb 26, 2024
Merged

Scaffold playwright tests #15

merged 31 commits into from
Feb 26, 2024

Conversation

josephfusco
Copy link
Member

@josephfusco josephfusco commented Feb 7, 2024

These changes scaffold out End-to-end tests as well as unit tests.

Signed-off-by: Joe Fusco <joe.fusco@wpengine.com>
Signed-off-by: Joe Fusco <joe.fusco@wpengine.com>
Signed-off-by: Joe Fusco <joe.fusco@wpengine.com>
Signed-off-by: Joe Fusco <joe.fusco@wpengine.com>
Signed-off-by: Joe Fusco <joe.fusco@wpengine.com>
Signed-off-by: Joe Fusco <joe.fusco@wpengine.com>
Signed-off-by: Joe Fusco <joe.fusco@wpengine.com>
Signed-off-by: Joe Fusco <joe.fusco@wpengine.com>
Signed-off-by: Joe Fusco <joe.fusco@wpengine.com>
Signed-off-by: Joe Fusco <joe.fusco@wpengine.com>
Signed-off-by: Joe Fusco <joe.fusco@wpengine.com>
Signed-off-by: Joe Fusco <joe.fusco@wpengine.com>
@josephfusco josephfusco linked an issue Feb 14, 2024 that may be closed by this pull request
3 tasks
Signed-off-by: Joe Fusco <joe.fusco@wpengine.com>
Signed-off-by: Joe Fusco <joe.fusco@wpengine.com>
Signed-off-by: Joe Fusco <joe.fusco@wpengine.com>
Signed-off-by: Joe Fusco <joe.fusco@wpengine.com>
@josephfusco josephfusco marked this pull request as ready for review February 14, 2024 22:18
Signed-off-by: Joe Fusco <joe.fusco@wpengine.com>
Signed-off-by: Joe Fusco <joe.fusco@wpengine.com>
Signed-off-by: Joe Fusco <joe.fusco@wpengine.com>
Signed-off-by: Joe Fusco <joe.fusco@wpengine.com>
Signed-off-by: Joe Fusco <joe.fusco@wpengine.com>
Signed-off-by: Joe Fusco <joe.fusco@wpengine.com>
Signed-off-by: Joe Fusco <joe.fusco@wpengine.com>
Signed-off-by: Joe Fusco <joe.fusco@wpengine.com>
Signed-off-by: Joe Fusco <joe.fusco@wpengine.com>
Signed-off-by: Joe Fusco <joe.fusco@wpengine.com>
Signed-off-by: Joe Fusco <joe.fusco@wpengine.com>
@jasonbahl
Copy link
Collaborator

jasonbahl commented Feb 19, 2024

tests currently fail. re: WordPress/gutenberg#59183

looks like it's close to a resolution here: WordPress/gutenberg#59184

@josephfusco josephfusco self-assigned this Feb 23, 2024
@jasonbahl
Copy link
Collaborator

@josephfusco I pushed up a few commits that accomplish the following:

  • update docker-compose to get us passed the issue mentioned above:
  • added a 2nd test. Was failing until:
    • updated the loginToWordPressAdmin to wait for the page to finish loading before carrying on to the next action

Now we have the e2e tests passing with multiple tests executing.

Merging this and will continue to work on migrating other existing tests from the old GraphiQL

@jasonbahl jasonbahl merged commit 264659f into main Feb 26, 2024
3 checks passed
@jasonbahl jasonbahl deleted the setup-tests branch May 17, 2024 17:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create test environment for GraphiQL 3 work
2 participants