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

Stryker-CLI - create stryker.conf.json file with $schema #2000

Closed
bartekleon opened this issue Jan 31, 2020 · 1 comment · Fixed by #2093
Closed

Stryker-CLI - create stryker.conf.json file with $schema #2000

bartekleon opened this issue Jan 31, 2020 · 1 comment · Fixed by #2093
Labels
🚀 Feature request New feature request
Projects
Milestone

Comments

@bartekleon
Copy link
Member

Since we have pushed schema file for Stryker config, w could use it. My idea is to create JSON file config (which we support too ;) ). And add $schema property so intellisence will give help popups:

{
   "$schema": "url_to_schema_from_schemastore/stryker",
  The rest of the stryker options
}
@nicojs
Copy link
Member

nicojs commented Feb 14, 2020

Awesome idea! We want to have this in for our v3 release. 👍

@simondel simondel added this to Planning in Backlog Mar 11, 2020
Backlog automation moved this from Planning to Done Mar 11, 2020
simondel added a commit that referenced this issue Mar 11, 2020
Fixes #2000 

During initialization, the user is now prompted to ask if they want their config to be in a JSON format instead of js. Both formats now have intellisense as well.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🚀 Feature request New feature request
Projects
Development

Successfully merging a pull request may close this issue.

2 participants