A
A
Artem00712018-08-27 10:48:31
Laravel
Artem0071, 2018-08-27 10:48:31

How to start testing online?

I'm using Laravel 5.6
I want to do something like this
I 'm using laravel's built-in testing mechanism
Is there a way to run it and output the result to a page instead of the console?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
B
Biocoder, 2018-09-06
@Biocoder

What you threw off is uptime monitoring.
As I understand it, you need to run tests through PHPUnit.
For example, through Travis CI you can display the status of the build and coverage, but it is free only for open projects.
Take a look at the PHPUnit documentation, there is a way to output logs in XML https://phpunit.readthedocs.io/en/7.3/logging.html

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question