You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for a config-overrides.yml file that will merge with the auto-generated config.yml file to allow things like service aliases and visual diff support. Initially this should only support
aliases
urls
screenshot
visualdiff
and ignore everything else.
The text was updated successfully, but these errors were encountered:
justafish
changed the title
Add alias support to Tugboat configuration
Add config overrides support for Tugboat
Feb 1, 2024
@justafish or @deviantintegral, the ScaffoldInstallerPlugin.php file has a lot going on in it, namely the installCICommands() method. Would it be OK if I split the Tugboat processing into its ScaffoldService class if I'm going to add additional processing for the overrides file?
Add support for a
config-overrides.yml
file that will merge with the auto-generatedconfig.yml
file to allow things like service aliases and visual diff support. Initially this should only supportaliases
urls
screenshot
visualdiff
and ignore everything else.
The text was updated successfully, but these errors were encountered: