📜 ⬆️ ⬇️

Teatro.io - a cloud service for demonstrating the results of web development in one click

Hi, Habr. We became the sponsors of RailsClub 2014 and would like to talk about our project on automating manual testing Teatro.io.

What is Teatro.io

When developing web projects, managers, programmers and testers constantly need to test new features. Usually, test servers are used for this. Often, the developer has many of his responsibilities and tasks over which he works, and he does not want to spend time setting up the test infrastructure. In addition, the purchased test equipment is idle 90% of the time.

Teatro deploys a dedicated cloud server for each pull request to GitHub and writes a comment with the server address. No need to do anything manually - Teatro automatically creates a server specifically for each branch. The service keeps track of new commits and updates the code on the server automatically. Thus, it is possible to run any number of parallel test servers for each feature and only when necessary. Servers do not "live" all the time, but are suspended during idle times and do not waste resources.
')
Teatro works on Docker technology, thanks to which a separate isolated container is launched for each test server.

image

Teatro features:



By the way, we support open source projects and have already connected Errbit, GitLab, OpenProject and Spree.

We have several tariff plans, the cost of which depends on the number of servers and projects running in parallel.
If you are interested and want to become a beta tester, feel free to write to alexey@teatro.io , indicating in the subject line “I want to become a beta tester”.

Also, if you have any questions, wishes or suggestions, write to support@teatro.io or alexey@teatro.io

Source: https://habr.com/ru/post/236617/


All Articles