Conversation
bordoni
left a comment
There was a problem hiding this comment.
I like where this is headed, potentially lets talk about avoiding non ZIP plugins/themes for now. Let packaging be something the plugin handles.
It prevents complexity from landing on TestFlow.
|
Did we consider using existing tools like https://developer.wordpress.org/block-editor/reference-guides/packages/packages-env/ and https://developer.wordpress.org/block-editor/reference-guides/packages/packages-e2e-test-utils-playwright/? Or should we use a custom tool for more flexibility? |
|
@shvlv I am all for Our goal is to have a tool that implements these things in a way that would allow us to create lots of tests for all of our plugins without any barriers to entry in terms setting different ways to setup the dependencies. |
This PR only adds a specification file defining the expected code behavior and API.
The specification file is the place where examples of the desired flow, APIs and outcomes are collected.
I'm welcoming feedback to sync on the specification before implementing anything.