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): move execKarma into the World #3500

Merged
merged 1 commit into from
May 7, 2020

Conversation

devoto13
Copy link
Collaborator

@devoto13 devoto13 commented May 7, 2020

Also generalize a step to accept any CLI arguments instead of only log-level. This should make this step more flexible. After the recent changes the removed step was not very clear as to which command (foreground or background) it applies to and is fully covered with expanded "I {command} Karma ..." step.

Also generalize a step to accept any CLI arguments instead of only log-level. This should make this step more flexible. The removed step was not very clear as to which command it applies to (foreground or background) and is fully covered with expanded "I {command} Karma ..." step.
@karmarunnerbot
Copy link
Member

Build karma 255 completed (commit d3a3e63924 by @devoto13)

@@ -42,6 +42,7 @@ class World {
frameworks: ['jasmine'],
basePath: this.workDir,
colors: false,
logLevel: 'warn',
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

This value was previously set in execKarma.

@karmarunnerbot
Copy link
Member

Build karma 254 completed (commit d3a3e63924 by @devoto13)

@devoto13 devoto13 requested a review from johnjbarton May 7, 2020 09:02
@johnjbarton johnjbarton merged commit 100b227 into karma-runner:master May 7, 2020
@devoto13 devoto13 deleted the generalize branch May 7, 2020 16:09
@karmarunnerbot
Copy link
Member

🎉 This PR is included in version 5.0.5 🎉

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
Also generalize a step to accept any CLI arguments instead of only log-level. This should make this step more flexible. The removed step was not very clear as to which command it applies to (foreground or background) and is fully covered with expanded "I {command} Karma ..." step.
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.

3 participants