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

Implement custom grouping of test cases #5

Open
fkryvyts-codete opened this issue May 22, 2019 · 0 comments
Open

Implement custom grouping of test cases #5

fkryvyts-codete opened this issue May 22, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@fkryvyts-codete
Copy link
Collaborator

Currently there is no way to group multiple test cases. Purpose of this task is to introduce such functionality.
The idea is to create new mechanism of folders or groups that can include multiple test cases. Ideally user can via drag-and-drop create hierarchy of such groups (folders) by nesting them inside each other. Each group will have its name defined by user. If any test case or sub-group inside such group fails then all group will have status "Failed".
Chances that need to be done are following:

  • Modify server's code and add endpoints for test groups management
  • Create new page for GUI application that will allow user to create test groups hierarchy and another page that will allow user to track current status of each test group.
@fkryvyts-codete fkryvyts-codete added the enhancement New feature or request label May 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant