katalon-studio-samples / ci-samples

Sample configurations for various CI systems.
Apache License 2.0
54 stars 169 forks source link

issue #44: Incorrect Parameter Name Used : -testSuiteCollectionPath Instead of -testSuitePath #45

Open aye-nyeinSan opened 5 months ago

aye-nyeinSan commented 5 months ago

I noticed there is incorrect documention for katalon integration with github action workflows. In the documentation, the parameter -testSuiteCollectionPath is mentioned for specifying the path for the test suite collection. However, Based on my experience and testing , it seems that the correct parameter name should be -testSuitePath . The observed Result will be test suite will not be found if you use -testSuiteCollectionPath.