-
Notifications
You must be signed in to change notification settings - Fork 25
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
Clean the env db before running module tests locally #1408
Merged
Merged
Conversation
This file contains 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
Bluehost Brand Plugin Run #11514
Run Properties:
|
Project |
Bluehost Brand Plugin
|
Branch Review |
add/test-clean-module
|
Run status |
Passed #11514
|
Run duration | 29m 11s |
Commit |
7db61c6a3b ℹ️: Merge 089268388cea9dcd1ded07e9fe69f630ea29a0f9 into 9f99da13246bd827e9151c1b5754...
|
Committer | A. Alani |
View all properties for this run ↗︎ |
Test results | |
---|---|
Failures |
0
|
Flaky |
3
|
Pending |
36
|
Skipped |
0
|
Passing |
427
|
View all changes introduced in this branch ↗︎ |
Bluehost Brand Plugin Run #11515
Run Properties:
|
Project |
Bluehost Brand Plugin
|
Branch Review |
add/test-clean-module
|
Run status |
Failed #11515
|
Run duration | 30m 52s |
Commit |
089268388c: Add script
|
Committer | wpalani |
View all properties for this run ↗︎ |
Test results | |
---|---|
Failures |
1
|
Flaky |
3
|
Pending |
36
|
Skipped |
0
|
Passing |
426
|
View all changes introduced in this branch ↗︎ |
Tests for review
vendor/newfold-labs/wp-module-notifications/tests/cypress/integration/theme-search.cy.js • 1 failed test
Test | Artifacts | |
---|---|---|
Theme Search > should not display non-matching theme search results |
Test Replay
Screenshots
Video
|
vendor/newfold-labs/wp-module-notifications/tests/cypress/integration/notifications.cy.js • 1 flaky test
Test | Artifacts | |
---|---|---|
Notifications > Dismissing notification removes it from the page |
Test Replay
Screenshots
Video
|
vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/2-general-onboarding-flow/basic-info.cy.js • 1 flaky test
Test | Artifacts | |
---|---|---|
Basic Info Page > Check Drawer Activity |
Test Replay
Screenshots
Video
|
vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/basic-info.cy.js • 1 flaky test
Test | Artifacts | |
---|---|---|
Basic Info Page > Check Drawer Activity |
Test Replay
Screenshots
Video
|
circlecube
approved these changes
Nov 13, 2024
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.
Proposed changes
A new script for local development only
While working on modules, an issue often comes up is tests passing locally but not in the GH action, a big driver of that is the db on the GH action is fresh vs the one locally is not because of active development. This new script does the following:
wp-env stop
wp-env clean all
wp-env start
npm run test:clean-module -- <wp-module-name>
Type of Change
Checklist
Further comments