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

feat(hot-reload): implement hot-reload in jasmine and mocha #3353

Closed
wants to merge 11 commits into from

Conversation

nicojs
Copy link
Member

@nicojs nicojs commented Jan 14, 2022

TODO:

  • Add TestRunnerCapabilities interface and capabilities() method to TestRunner interface
  • Add reloadEnvironment boolean to the MutantRunOptions
  • Implement hot-reload in mocha
  • Implement hot-reload in jasmine
  • Retrieve and store the test runner capabilities in Stryker Core.
  • Support reloadEnvironment: true in Stryker's core: correctly set the reloadEnvironment boolean
  • Support reloadEnvironment: false in Stryker's core: restart the test runner.
  • Document
  • Determine migration path.
  • Add e2e test for an esm project with mocha

Fixes #2413

@nicojs
Copy link
Member Author

nicojs commented Feb 1, 2022

I've since migrated this to other PRs and have been merged.

@nicojs nicojs closed this Feb 1, 2022
@nicojs nicojs deleted the feat/hot-reload branch February 23, 2024 13:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant