10 Commits

Author SHA1 Message Date
Anton Medvedev
704af44600 Fix ProcessRunner 2021-11-05 15:47:54 +01:00
Anton Medvedev
ed2bf332c4 Fix e2e test 2021-10-21 21:13:23 +02:00
Anton Medvedev
36ef8aa8b3 Add new e2e tests 2021-10-21 21:08:07 +02:00
Anton Medvedev
08d1191148 Fix e2e tests 2021-10-11 22:30:05 +02:00
Anton Medvedev
4d49300f65 Debug e2e tests 2021-10-11 22:23:31 +02:00
Anton Medvedev
d5d0e34bb0 Fix e2e 2021-09-24 16:31:04 +02:00
Anton Medvedev
7fa6c6220d Fix e2e test 2021-09-24 16:23:14 +02:00
Anton Medvedev
2d9a9dcfaa
Remove vars (#2596) 2021-07-01 23:17:23 +03:00
Sacharski Bartłomiej
165ffa119a
Implemented ConsoleApplicationTester for isolated E2E tests (#2513)
Added a new class ConsoleApplicationTester, which during E2E tests
will create a separate isolated process for the Deployer to run in.

This class exposes methods for interacting with stdin and to grab
stdout, stderr and status code of finished process.
2021-04-17 23:11:26 +03:00
Anton Medvedev
387b4c1d51
Update composer dependencies (#2453)
As well rename test dir to tests, as Pest does not support dir without s on the end.
Also, remove PHP requirement from composer.json as we already have check-in bin/dep and it's better to have the check only in one place (now they already out of sync).
2021-03-12 13:56:16 +03:00