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

Implement hit counter in the jasmine-runner #3199

Merged

Conversation

fredericbonnet
Copy link
Contributor

This PR fixes issue #3173 :

  • Test code is adapted from the relevant karma-runner tests
  • All tests pass on jasmine-runner (NPM script test in package jasmine-runner)
  • Test and E2E suites pass on parent project (NPM scripts test and e2e respectively)

The only issue that I could not solve is Mocha not detecting loop timeout in the integration test suite (file packages/jasmine-runner/test/integration/timeout-on-infinite-loop.it.spec.ts, the offending test is marked as .skip). I tried changing the timeout options at many places (test, runner, options file, command line, etc) but to no avail. Despite that, the overall behavior seems correct.

Copy link
Member

@nicojs nicojs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great again! Just some small remarks.

@fredericbonnet fredericbonnet force-pushed the feat/hit-counter-jasmine branch from e367443 to 871782b Compare October 15, 2021 20:25
@fredericbonnet fredericbonnet requested a review from nicojs October 15, 2021 20:40
Copy link
Member

@nicojs nicojs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks for implementing 👍

@nicojs nicojs merged commit bc792e0 into stryker-mutator:master Oct 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants