reporter icon indicating copy to clipboard operation
reporter copied to clipboard

Set folder for automated tests

Open olexandr13 opened this issue 2 years ago • 5 comments

https://testomatio.slack.com/archives/C03DY1CG353/p1693238618093019

olexandr13 avatar Sep 15 '23 12:09 olexandr13

upvote

tikolakin avatar Sep 29 '23 16:09 tikolakin

Will be fixed with https://github.com/testomatio/check-tests/issues/132

@tikolakin please describe your with in a separate ticket.

olexandr13 avatar Nov 13 '23 06:11 olexandr13

@TetianaKhomenko please recheck

olexandr13 avatar Sep 20 '24 13:09 olexandr13

image

Confirmed that setting the TESTOMATIO_PREPEND_DIR environment variable works correctly to import all tests into a specific suite.

AZANIR avatar Oct 07 '24 09:10 AZANIR

@AZANIR please add \ / chars to not recommend using them as this can creat only root folders

https://github.com/testomatio/check-tests?tab=readme-ov-file#import-into-a-specific-suite

@base_suite = @project.suites.roots.find_or_create_by title: test_data['dir'], file_type: :folder if test_data['dir'].present?

if you need another folder pass Suite ID

DavertMik avatar Oct 07 '24 10:10 DavertMik