File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -39,10 +39,10 @@ jobs:
39
39
- name : Install Playwright Dependencies
40
40
run : npm install playwright@latest
41
41
42
- - name : Install Playwright browsers
42
+ - name : Install Playwright Browsers
43
43
run : npx playwright install --with-deps
44
44
45
- - name : Add laravel-labs/starter-kit-browser-tests repository
45
+ - name : Add ` laravel-labs/starter-kit-browser-tests` Repository
46
46
run : |
47
47
composer config repositories.browser-tests '{"type": "vcs", "url": "https://github.com/laravel-labs/starter-kit-browser-tests"}' --file composer.json
48
48
composer remove "phpunit/phpunit" --dev --no-update
57
57
- name : Generate Application Key
58
58
run : php artisan key:generate
59
59
60
- - name : Setup test environment
60
+ - name : Setup Test Environment
61
61
run : |
62
62
cp vendor/laravel-labs/starter-kit-browser-tests/phpunit.xml.dist .
63
63
rm phpunit.xml
You can’t perform that action at this time.
0 commit comments