File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3535 - name : Install JavaScript dependencies
3636 run : npm ci
3737
38+ - name : Install Playwright CLI
39+ run : npm install -g playwright-cli
40+
3841 - name : Install Playwright browsers
3942 run : npx playwright install --with-deps chromium
4043
4346 with :
4447 php-version : " 7.4"
4548 extensions : simplexml, mysql
49+ tools : phpunit-polyfills
4650
4751 - name : Install PHP dependencies
48- run : composer install
52+ run : composer install --prefer-dist --no-progress
4953
5054 - name : Pre-pull E2E Docker images
5155 run : docker compose -f docker-compose.ci.yml pull
56+
57+ - name : Bootstrap E2E environment
58+ env :
59+ DOCKER_FILE : docker-compose.ci.yml
60+ run : bash bin/wp-init.sh
61+
62+ - name : Install WordPress test suite
63+ run : bash bin/install-wp-tests.sh wordpress_test root root 127.0.0.1:3306
You can’t perform that action at this time.
0 commit comments