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

Create the 'TestCases' page #31

Open
Tracked by #32
fushinoryuu opened this issue Jan 13, 2018 · 0 comments
Open
Tracked by #32

Create the 'TestCases' page #31

fushinoryuu opened this issue Jan 13, 2018 · 0 comments

Comments

@fushinoryuu
Copy link
Owner

The TestCases page has to have the following functionality:

  • The home page should display a table with all the saved test suites in the database
  • Buttons on each row of suites to see details of suite or delete suite
  • The details page should display a table with all the saved test cases belonging to that suite in the database
  • Button on each row of cases to delete an individual test case
  • Import new test suites and test cases if they are in the correct format
  • If you try to delete a suite, you should see a page asking for confirmation before deleting the suite and all associated test cases
  • If you try to delete a case, you should see a page asking for confirmation before deleting the individual case

Front end needs to be written in ReactJS.

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

No branches or pull requests

1 participant