woocommerce/packages/js/integrate-plugin
Adrian Moldovan 13ab9007f6
[testing workflows] Add workflow_call trigger in CI workflow - support daily and other types of runs (#47612)
* Add workflow_call event

* Add tests-daily-run.yml

* Remove workflow version

* Update input value

* Remove secrets from caller workflow

* Rename job

* Check context

* Check context

* Check workflow_call inputs

* Override github.event_name with inputs.trigger

* Fix input name

* Add config for daily e2e tests with Gutenberg

* Update env commands for Gutenberg run

* Add disableHpos env variable in ci-utils

* Revert the trigger to push

* Revert the env variable setting in ci-jobs

* Revert the env variable setting in ci-jobs

* Rebuild utils

* Update test env start command

* Define the Gutenberg Playwright project

* Use path relative to workspace root

* Update events for test projects

* Update events for test projects

* Add changelogs

* Remove the e2e tests with Gutenberg tests from daily runs

* Set the schedule and workflow_dispatch triggers

* Add --project default flag to only run the default tests in CI

* Renamed snapshots to match the new Playwright project name
2024-05-22 11:04:44 -07:00
..
bin Add initial migration script (#40564) 2023-10-05 09:35:50 -03:00
changelog [testing workflows] Add workflow_call trigger in CI workflow - support daily and other types of runs (#47612) 2024-05-22 11:04:44 -07:00
src Add initial migration script (#40564) 2023-10-05 09:35:50 -03:00
typings Add initial migration script (#40564) 2023-10-05 09:35:50 -03:00
.eslintrc.js Add initial migration script (#40564) 2023-10-05 09:35:50 -03:00
.npmrc Add initial migration script (#40564) 2023-10-05 09:35:50 -03:00
README.md Add initial migration script (#40564) 2023-10-05 09:35:50 -03:00
babel.config.js Add initial migration script (#40564) 2023-10-05 09:35:50 -03:00
changelog.md Add initial migration script (#40564) 2023-10-05 09:35:50 -03:00
composer.json bump php version in packages/js/*/composer.json (#42020) 2024-01-04 10:18:34 -04:00
composer.lock Add initial migration script (#40564) 2023-10-05 09:35:50 -03:00
jest.config.json Fix Jest Preset (#42707) 2023-12-12 09:58:13 -08:00
package.json [testing workflows] Add workflow_call trigger in CI workflow - support daily and other types of runs (#47612) 2024-05-22 11:04:44 -07:00
tsconfig-cjs.json Add initial migration script (#40564) 2023-10-05 09:35:50 -03:00
tsconfig.json Add initial migration script (#40564) 2023-10-05 09:35:50 -03:00

README.md

@woocommerce/integrate-plugin

Integrate plugin is a tool to help existing WordPress plugins get set up with JavaScript & React in order to extend and create Blocks. The tool can also be used for scaffolding block examples.