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

Improvement CLI tool testing #116

Open
carryall opened this issue Jul 15, 2022 · 1 comment
Open

Improvement CLI tool testing #116

carryall opened this issue Jul 15, 2022 · 1 comment

Comments

@carryall
Copy link
Contributor

Why

Currently, the CLI tool tests are running tests against multiple options in each test case to save time as each of them consume a lot of time so the idea of improving this are

  • Have a separate folder for each command option and store the test against each add-on inside the folder
  • Adjust the test script command to accept a path to the test folder
  • Use metrics on Github action to run each test folder parallel to save time

Who Benefits?

Anyone contributes on React template

@malparty
Copy link
Member

@carryall what about refactoring the way we test first (following nimblehq/infrastructure-templates#77 ) :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants