Home
TeamCity Support | JetBrains
Contact Support
Community
Sign in
Fzhurd
Total activity
6
Last activity
May 05, 2025 04:28
Member since
April 16, 2025 04:11
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
1
Activity overview
Posts (1)
Comments (4)
Sort by recent activity
Recent activity
Votes
Created
April 30, 2025 01:59
It makes sense. Thanks for your kind help and explanation. Regardsfzhurd
Community
TeamCity General Topics
How to run unit tests for teamcity BuildTypes created by Teamcity Kotlin DSL?
0 votes
Created
April 23, 2025 20:28
Hi Tom,Yeah.. it works now. Thanks for your kind help.I think the key is the lineimplementation("org.jetbrains.teamcity:server-api:$teamcityDslVersion")This module is for Creating TeamCity server-...
Community
TeamCity General Topics
How to run unit tests for teamcity BuildTypes created by Teamcity Kotlin DSL?
0 votes
Edited
April 21, 2025 20:46
Furthermore, if I add one more test case like:object project: Project({ id("project") name="projectName"}) @Test fun test_basic2(){ println (project.name)}It will raise the validation...
Community
TeamCity General Topics
How to run unit tests for teamcity BuildTypes created by Teamcity Kotlin DSL?
0 votes
Created
April 21, 2025 20:41
Hi Tom, thanks for your kind reply. I have tried all above solutions, unfortunately it still raises same above errors. It seems in test run time, we could not access to any components in the teamci...
Community
TeamCity General Topics
How to run unit tests for teamcity BuildTypes created by Teamcity Kotlin DSL?
0 votes