Skip to content

Commit

Permalink
add note about adding secondary module inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
circlecube authored Jan 8, 2024
1 parent 974bed6 commit 0264dcd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ Refer to the [ecommerce module workflow PR](https://github.com/newfold-labs/wp-m


### Ideas for Improvement:
- Add an input to specify a secondary module repo and branch name to pull those changes in as well for integrated testing when corresponding changes are required in another module. (It should be enough to allow for one extra module change for now, if more are needed we can think through a json object or something.)
- Add a flag to signify tests should run in Cypress cloud for easier debugging (devise a way to pass the plugin level key).
- Add a flag to run for the full matrix of WP versions.
- Add a flag to run for the full matrix of PHP versions.
Expand All @@ -117,4 +118,4 @@ Refer to the [ecommerce module workflow PR](https://github.com/newfold-labs/wp-m
- Update with wp-cli command(s) to update site state before running tests. Useful for running tests in another language or region, such as a hostgator-latam environment.

## Other Workflows
While this repository is still relatively new, we plan to add additional reusable workflows for managing plugins/modules in one central location.
While this repository is still relatively new, we plan to add additional reusable workflows for managing plugins/modules in one central location.

0 comments on commit 0264dcd

Please sign in to comment.