Execute two feature files in same build with delay between them
|
|
I have two feature files and they have separate cucumber tags @tag1 and @tag2. Does it has way to say @tag1 start at 8:00 and @tag2 starts at 8:30 How can I do this? Both feature files are in the same build. |
Please sign in to leave a comment.
Hello Anton,
Seems, a scheduled build trigger with a custom parameter is what you are looking for. Unfortunately, this feature isn't implemented in Teamcity yet. Here is the corresponding feature request. You can vote\watch for it to get informed about its actual status.
As a workaround, you can create an additional build configuration. One will start at 8 a.m. with parameter @tag1 and another at 8-30 with parameter @tag2.