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): remove no debug matching option #3504

Merged
merged 1 commit into from May 11, 2020

Conversation

devoto13
Copy link
Collaborator

@devoto13 devoto13 commented May 7, 2020

There is no need to filter out [DEBUG] logs as tests are run with logLevel = "warn" by default.

There is no need to filter out [DEBUG] logs as tests are run with logLevel = "warn" by default.
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.

Do you understand why this was filtered before?

@devoto13
Copy link
Collaborator Author

devoto13 commented May 8, 2020

It was there from when this test was added in 2013, so hard to say exactly why it was needed. Maybe tests were run with log level = debug at that time. Now tests are run with log level = warn, so it does nothing. Test still checks what it is supposed to check - run fails without client arguments and passes with them. Thus showing that arguments are passed to the browser.

@karmarunnerbot
Copy link
Member

Build karma 261 completed (commit 3944debb8f by @devoto13)

@karmarunnerbot
Copy link
Member

Build karma 260 completed (commit 3944debb8f by @devoto13)

@johnjbarton johnjbarton merged commit fdc4f9d into karma-runner:master May 11, 2020
@devoto13 devoto13 deleted the more-cucumber-cleanup branch May 14, 2020 11:52
@karmarunnerbot
Copy link
Member

🎉 This PR is included in version 5.0.6 🎉

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
There is no need to filter out [DEBUG] logs as tests are run with logLevel = "warn" by default.
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