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

refresh tests list on workspace changes #8

Closed
AnthonyBuisset opened this issue May 18, 2022 · 0 comments · Fixed by #10
Closed

refresh tests list on workspace changes #8

AnthonyBuisset opened this issue May 18, 2022 · 0 comments · Fixed by #10
Assignees
Labels
Context: isolated no previous knowledge of the codebase required Difficulty: intermediate mobilise some notions about the field, but can be learned while doing Duration: few days will take a few days State: open ready for contribution Techno: js javascript/typescript Type: feature a new feature to implement

Comments

@AnthonyBuisset
Copy link
Contributor

User story

Details

As a user I want the tests to be refreshed automatically when needed so that I can see the effects of my modifications.

Workspace should be watched for:

  • config changes
  • code changes

that can affect the tests list and states.

Acceptance Criteria

  • The test should disappear from the list when being deleted from the code
  • The test should appear in the list when being added in the code
  • The test should be renamed when the test is being renamed in the code
  • The state of the test should be reset if the content of the code changes
@AnthonyBuisset AnthonyBuisset added Context: isolated no previous knowledge of the codebase required Difficulty: intermediate mobilise some notions about the field, but can be learned while doing Duration: few days will take a few days State: open ready for contribution Techno: js javascript/typescript Type: feature a new feature to implement labels May 18, 2022
@AnthonyBuisset AnthonyBuisset self-assigned this May 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Context: isolated no previous knowledge of the codebase required Difficulty: intermediate mobilise some notions about the field, but can be learned while doing Duration: few days will take a few days State: open ready for contribution Techno: js javascript/typescript Type: feature a new feature to implement
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant