save-cli icon indicating copy to clipboard operation
save-cli copied to clipboard

Remove testSuiteName and calculate test suite names automatically

Open orchestr7 opened this issue 3 years ago • 2 comments

  1. We need to delete TestSuiteName
  2. Calculate testSuite name based on the relative path from the root of test repo (root save.toml) to the directory
  3. TestName should NOT contain full path and should be relative to it's test suite

Example:

image

orchestr7 avatar Jul 26 '22 10:07 orchestr7

We have excludedTest in save.toml and it expects a full path from root. can be changed to relative path\name after implementation of this issue

nulls avatar Aug 05 '22 07:08 nulls

Another idea for cleanup of save.toml, as suggested by @sanyavertolet, is to filter distinct tags, because currently tags can be repeated.

petertrr avatar Aug 15 '22 12:08 petertrr