From 421dbf5271e6ac5462317ddceccb876ff1f19e06 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Thu, 2 Jan 2020 19:21:45 +0100 Subject: [PATCH] Tests: Mantion TESTS_MODE in README [skip ci] --- tests/Browser/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/Browser/README.md b/tests/Browser/README.md index 3c7b2c5ef..00eb4f234 100644 --- a/tests/Browser/README.md +++ b/tests/Browser/README.md @@ -57,7 +57,9 @@ To run the test suite call `phpunit` from the tests/Browser directory: ``` cd /tests/Browser - phpunit # or ../../vendor/bin/phpunit + TESTS_MODE=desktop phpunit + TESTS_MODE=phone phpunit + TESTS_MODE=tablet phpunit ``` [laravel-dusk]: https://github.com/laravel/dusk