Abstract. Continuous integration enables the rapid development of software where each code change is automatically tested and integrated frequently to a shared code repository. Nowadays, with increasing complexity of embedded systems, continuous principles have been adopted in the development of embedded software. Using continuous principles in development of embedded software provides its unique challenges as the code changes must be tested in the hardware, to ensure that the software works in production environment. Some of the challenges are limited amount of test environments, long test and build times, and wide variety of different hardware used in the testing. Because of these challenges, an application which can be used to manage tes...