Skip to content

Commit 5ad72cb

Browse files
committedMar 16, 2025
readme update
1 parent 7fc89f2 commit 5ad72cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -257,8 +257,8 @@ However, if you encounter problems, especially errors, with incorrect chromedriv
257257

258258

259259
### **Troubleshooting:**
260-
- If you encounter problems, try different versions in this order: **chilio/laravel-dusk-ci:latest**, **chilio/laravel-dusk-ci:stable** and finally **chilio/laravel-dusk-ci:dev** which should solve your issues straight away...
261-
- You can always try specific **PHP** version like for example **chilio/laravel-dusk-ci:php-7.3**
260+
- If you encounter problems, try different versions in this order: **chilio/laravel-dusk-ci:stable**, **chilio/laravel-dusk-ci:latest** which should solve your issues straight away...
261+
- You can always try specific **PHP** version like for example **chilio/laravel-dusk-ci:php-7.3** or older legacy versions for example **chilio/laravel-dusk-ci:php-7.3-legacy**
262262
- 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.
263263
- 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`
264264
- 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)
Please sign in to comment.