Replies: 2 comments
-
Beta Was this translation helpful? Give feedback.
0 replies
-
Is there a way we can dynamically change or override the plugin details in codeceptjs.config file through command line? By using a command line, npm run codeceptjs tests/ -runName "regression Test Sprint 1" I can override the value of "runName" in the plugin. Is this possible? I appreciate your reply to this. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there,
with out current set up we have 1 Codecept Project that hold all of our Test cases for multiple test suites within Test Rails.
Using Pipelines we can select which Test suite we want to execute by using Tags within the individual Test scripts (eg @diary, @topusecases, etc). All of our Test scripts do already contain the relevant Test Rails test ID, our various suite all reside within the same Test rails Project.
You mention having to specify a Suite ID within the codecept config file, is there a way of passing in multiple SuiteIDs that would work for our set up or is this currently not possible
Thanks in Advance
Andy
Beta Was this translation helpful? Give feedback.
All reactions