testomatio / app

Testomat.io is a simplified test management system for your automated tests. Issues, project board & documentation. app.testomat.io
https://app.testomat.io
28 stars 2 forks source link

Importing automated tests with the --update-ids option automatically creates test suites within the parent suite #1151

Open kwsagittarii opened 2 weeks ago

kwsagittarii commented 2 weeks ago

Describe the bug Importing automated tests with the --update-ids option automatically creates test suites within the parent suite.

To Reproduce Steps to reproduce the behavior:

  1. Create a describe with nested describes
  2. Import automated tests with the --update-ids option
  3. Check the automatically created suites in the parent suite

Expected behavior All test cases after sync should exist within one test suite, the same order they were created

Screenshots image

Desktop (please complete the following information):

poliarush commented 2 weeks ago

@AZANIR can you fix this? @DavertMik is there any backend to be fixed here?