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

🐞 [Bug]: RestQA init issue due to missing description #178

Closed
1 task done
olivierodo opened this issue Dec 6, 2021 · 1 comment · Fixed by #180
Closed
1 task done

🐞 [Bug]: RestQA init issue due to missing description #178

olivierodo opened this issue Dec 6, 2021 · 1 comment · Fixed by #180
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@olivierodo
Copy link
Member

Contact Details

No response

What happened?

While running the command restqa init the user will be asked 4 questions:

  • Project name
  • On which port your microservice is running?
  • Do you need a continuous integration configuration?
  • May RestQA report anonymous usage statistics to improve the tool over time?

On the issue #168 we define the description as an optional field, however now the validation still exist:

throw new ReferenceError("Please share a project description.");

Relevant log output

olivierodo@Oliviers-Air 0.0.36 $ ./node_modules/.bin/restqa init
? Project name: app
? On which port your microservice is running? 8000
? Do you need a continuous integration configuration ? I want to configure the continuous integration by myself
? May RestQA report anonymous usage statistics to improve the tool over time ? Yes
ReferenceError: Please share a project description.

🙏 Would you be willing to submit a PR?

Yes

Code of Conduct

  • I agree to follow this project's Code of Conduct
@olivierodo olivierodo added bug Something isn't working good first issue Good for newcomers labels Dec 6, 2021
@github-actions
Copy link

github-actions bot commented Dec 6, 2021

Hey,
Did you notice we tagged this issue as good first issue, would you consider to contribute?

It's very simple:

  1. Take a look at our Contribution guideline
  2. Join our Discord server, our community is ready to support you.
  3. Ask your question into the _🙏_contribution channel

meme

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant