M
M
mitaichik2016-03-25 20:22:44
PHP
mitaichik, 2016-03-25 20:22:44

Is there such a testing system?

Hello!
I had the following testing system at one of my jobs: We
did a task in a separate branch, pushed it to the server. Unit tests, functional tests, all sorts of phplints and so on were run there. This is essentially a regular CI.
After that, a virtual machine was deployed on the server (or maybe not deployed) purely for this task, a database was created with fixtures, a repository that was placed on this branch, and the rest of the environment. And all this was output to a special subdomain like issue1021.test.internal.
QA there tested it all, either returned the task, or merged with the release branch. Do you know what system allows you to do all this? Thanks in advance!
Now at work we want to implement something similar, but I don’t know what kind of system it was, and whether it is even out of the box, or the local craftsmen made it themselves.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
J
jacksparrow, 2016-03-25
@jacksparrow

You need something like
https://circleci.com/

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question