You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While doing some work related to #14103.
I've found some problems and improvements that we could make in our cypress implementation.
Our tests could reduce roundtrips eg:
First test executes go to main page -> open menu -> go to entity page -> do some checks.
Every other test executes the first test + some other test.
Remove unnecessary page visits.
Our tests executes with prod profile, which doesn't includes fake data.
Many tests are actually not executed at all without a registry in database, but reported as succeeded instead of skipped.
This issue is stale because it has been open 30 days with no activity.
Our core developers tend to be more verbose on denying. If there is no negative comment, possibly this feature will be accepted.
We are accepting PRs 😃.
Comment or this will be closed in 7 days
Overview of the issue
While doing some work related to #14103.
I've found some problems and improvements that we could make in our cypress implementation.
Many tests are actually not executed at all without a registry in database, but reported as succeeded instead of skipped.
Motivation for or Use Case
Reproduce the error
Related issues
#14103
Suggest a Fix
JHipster Version(s)
main
JHipster configuration
Entity configuration(s)
entityName.json
files generated in the.jhipster
directoryBrowsers and Operating System
The text was updated successfully, but these errors were encountered: