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
Hello dear community,
we encounter flakiness when executing unit tests in our project.
we would appreciate any help or input on that issue.
to reproduce that issue you will need to run the npm run test command multiple times - about 10x should be enough.
Issue
do-something.effects.spec.ts and do-something.selectors.spec.ts unit tests seem to run into fixture data conflict when executed multiple times.
Hello dear community,
we encounter flakiness when executing unit tests in our project.
we would appreciate any help or input on that issue.
to reproduce that issue you will need to run the npm run test command multiple times - about 10x should be enough.
Issue
do-something.effects.spec.ts
anddo-something.selectors.spec.ts
unit tests seem to run into fixture data conflict when executed multiple times.Code
do-something.selectors.spec.fixture.ts
do-something.selectors.spec.ts
do-something.effects.spec.fixture.ts
do-something.effects.spec.ts
Karma Unit Test Log Output
Repository
https://github.com/Olddude/flaky-selector-tests
Technology
The text was updated successfully, but these errors were encountered: