Skip to content

Commit 00c20f0

Browse files
committed
Readme update
1 parent cc13476 commit 00c20f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ However, if you encounter problems, especially errors, with incorrect chromedriv
152152

153153

154154
### **Troubleshooting:**
155-
- If you encounter problems try different versions in this order: **chilio/laravel-dusk-ci:latest**, **chilio/laravel-dusk-ci:php-7.2**, **chilio/laravel-dusk-ci:stable**
155+
- If you encounter problems try different versions in this order: **chilio/laravel-dusk-ci:latest**, **chilio/laravel-dusk-ci:stable**, **chilio/laravel-dusk-ci:old-stable**
156156
- In your dusk tests remember to use -**>waitFor()** extensively, to make sure, your pages are rendered properly, before test fails. Usually **CI** test environments are much slower, than production or your local dev, cause they need to build caches from scratch.
157157
- By default, all dusk browser tests are run with **resolution** 1920x720 with color depth 24 (bits), if you need to change that, add/modify SCREEN_RESOLUTION in your .gitlab-ci.yml in `variables:` section, like for example `SCREEN_RESOLUTION: 1280x720x24`
158158
- if you experience **/bootstrap/autoload.php** errors, make sure your appropriate **phpunit configs** are updated, especially in line `bootstrap="vendor/autoload.php"`

0 commit comments

Comments
 (0)