Skip to content
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

Add E2E Tests #84

Open
GregOnNet opened this issue Nov 20, 2022 · 0 comments
Open

Add E2E Tests #84

GregOnNet opened this issue Nov 20, 2022 · 0 comments
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@GregOnNet
Copy link
Member

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.
@GregOnNet GregOnNet added help wanted Extra attention is needed good first issue Good for newcomers labels Nov 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant