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

refactor(test): migrate Proxy to ES2015 #3490

Merged
merged 1 commit into from Apr 30, 2020

Conversation

devoto13
Copy link
Collaborator

We used to share single instance of this class between all scenarios, but this is not necessary as each scenario starts proxy on demand and stops it in After hook. It should be cleaner to have an independent instance for each scenario.

We used to share single instance of this class between all scenarios, but this is not necessary as each scenario starts proxy on demand and stops it in [After hook](https://github.com/karma-runner/karma/blob/master/test/e2e/step_definitions/hooks.js#L7). It should be cleaner to have an independent instance for each scenario.
@karmarunnerbot
Copy link
Member

Build karma 233 completed (commit 6720a37e22 by @devoto13)

@karmarunnerbot
Copy link
Member

Build karma 234 completed (commit 6720a37e22 by @devoto13)

Copy link
Contributor

@johnjbarton johnjbarton left a comment

Choose a reason for hiding this comment

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

nice, thanks

@johnjbarton johnjbarton merged commit 810489d into karma-runner:master Apr 30, 2020
@devoto13 devoto13 deleted the es2015-proxy branch April 30, 2020 16:08
@karmarunnerbot
Copy link
Member

🎉 This PR is included in version 5.0.4 🎉

The release is available on:

Your semantic-release bot 📦🚀

anthony-redFox pushed a commit to anthony-redFox/karma that referenced this pull request May 16, 2023
We used to share single instance of this class between all scenarios, but this is not necessary as each scenario starts proxy on demand and stops it in [After hook](https://github.com/karma-runner/karma/blob/master/test/e2e/step_definitions/hooks.js#L7). It should be cleaner to have an independent instance for each scenario.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants