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
To ensure that updates to NgRx Ducks' infrastructure do not break the library, it would be helpful if we have a few tests that check the example app under apps/ngrx-ducks.
A cypress project already exists: apps/ngrx-ducks-e2e/
Test Cases
Suite - Basic Counter checks
When the App starts, the counter is initialized with 10.
When the increase button is clicked, the counter displays 11.
When the decrease button is clicked, the counter displays 10, again.
The text was updated successfully, but these errors were encountered:
To ensure that updates to NgRx Ducks' infrastructure do not break the library, it would be helpful if we have a few tests that check the example app under
apps/ngrx-ducks
.A cypress project already exists:
apps/ngrx-ducks-e2e/
Test Cases
Suite - Basic Counter checks
The text was updated successfully, but these errors were encountered: