-
Notifications
You must be signed in to change notification settings - Fork 1
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
Karma 6.0.0 gives error Unknown arguments: skip-tags, skipTags #12
Comments
As I see, custom CLI arguments cannot be used with Karma anymore. Please try to configure the plugin by Karma's configuration file: https://github.com/mnasyrov/karma-jasmine-spec-tags#configuration |
mnasyrov
added a commit
that referenced
this issue
Mar 22, 2023
mnasyrov
added a commit
that referenced
this issue
Mar 22, 2023
Karma removed strict parsing of custom arguments in 6.0.4, it fixed the issue. I updated the peer dependencies. Fixed in karma-jasmine-spec-tags@2.0.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Karma 6.0.0 introduced a breaking change where the cli errors on "unexpected options or parameters". This results in the following error in the console with karma-jasmine-spec-tags:
The text was updated successfully, but these errors were encountered: