Answer the question
In order to leave comments, you need to log in
How to test symfony project in teamcity?
I want to use Teamcity to test a project on symfony, followed by a visual display of the results of unit tests.
Raised teamcity on a separate linux server.
Problem: teamcity pulls code from the git repository, which contains only my code, without the code of the symfony framework itself.
What should be the procedure for such a bunch of symfony + git + teamcity
UPD
Solution:
before the tests, I added the Composer install launch step, for example: blog.jetbrains.com/teamcity/2013/07/first-class-ph... and
https: //github.com/JetBrains/meta-runner-power-pac... (section "Run Composer runner")
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question