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

Remove testSuiteName and calculate test suite names automatically #429

Open
akuleshov7 opened this issue Jul 26, 2022 · 2 comments
Open
Assignees
Labels
enhancement New feature or request

Comments

@akuleshov7
Copy link
Member

akuleshov7 commented Jul 26, 2022

  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

@akuleshov7 akuleshov7 added the enhancement New feature or request label Jul 26, 2022
@akuleshov7 akuleshov7 self-assigned this Jul 26, 2022
petertrr added a commit to saveourtool/save-cloud that referenced this issue Jul 26, 2022
Follow up for #925. We now send tags in `TestSuiteDto`s, but don't use them in `findOne` before saving tests. This leads to errors after data is initially saved and `findOne` starts to return more than one entry.

Also specifies save-core version to `0.3.2` unitl saveourtool/save-cli#429 is implemented.
@nulls
Copy link
Member

nulls commented Aug 5, 2022

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

@petertrr
Copy link
Member

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

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

3 participants