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

Karma 6.0.0 gives error Unknown arguments: skip-tags, skipTags #12

Closed
rajsite opened this issue Jan 22, 2021 · 2 comments
Closed

Karma 6.0.0 gives error Unknown arguments: skip-tags, skipTags #12

rajsite opened this issue Jan 22, 2021 · 2 comments

Comments

@rajsite
Copy link

rajsite commented Jan 22, 2021

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:

Unknown arguments: skip-tags, skipTags
@mnasyrov
Copy link
Owner

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
* fix: Updated peer dependencies to address issues #12 and #25.

* chore: Updated CI pipeline

* chore: Updated metadata

* chore: fix ci
@mnasyrov
Copy link
Owner

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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants