Wizard e2e test#1173
Draft
gabrielcld2 wants to merge 3 commits into
Draft
Conversation
Covers the three behaviours users care about: invalid credentials are rejected and Next stays disabled; valid credentials walk the wizard through all four tabs to completion; and a completed wizard does not reappear on subsequent visits to the plugin page. Connection credentials are read from CLOUDINARY_E2E_URL (deliberately distinct from the SDK's CLOUDINARY_URL convention) which can be provided via shell export or a gitignored .env file. The test cannot use a PHP-side connection constant because the plugin then hides the wizard's connection input.
The wizard setup spec needs a real Cloudinary connection string at runtime. Plumb it through from the repository secret of the same name.
Remove WPP-1201 ticket reference from test.describe() to avoid exposing internal project context in public repository.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Note: origin PR and details can be found here #1171
Creating a separate one to test the CI integration as it cannot work from a fork repository