This repository has been archived by the owner on Jul 12, 2022. It is now read-only.
Improve Functional Tests related to env
core commands
#981
Labels
good first issue
Good for newcomers
🔨 improvement
Improvement in features
✔️ refined
ISSUE refined by the Ritchie Team
github-actions
Related to github actions workflows
Milestone
What would you like to be added
Context
It is possible to perform functional test (cf our Developer Guide) using Github Actions, to test the behaviour of Ritchie CLI core commands.
To do so, the team created an action: test-cli-commands-action
At the beginning, this action only allowed to test command lines with SUCCESS returns. But now, it also allows to test command lines with ERROR returns.
As SUCCESS scenarios are already tested for
env commands
, an improvement would be to add ERROR scenarios following the same logic.Related file: https://github.com/ZupIT/ritchie-cli/blob/master/.github/workflows/test-env-commands.yml
Why is this needed
The text was updated successfully, but these errors were encountered: