-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Expanded
.percy.yml
configuration support (#257)
* add page pool size to constants * add page pool size to asset discovery options * add agent configuration to .percy.yml test file * refactored how we handle constants. Moved them to be in with the services they are for. Started to add asset discovery options from the configuration file * assert that asset discovery configuration values make it through * refactor agent configuration * cleanup * further refactoring configuration handling * refactor away default configuration values from the ConfigurationService * expand test coverage for ConfigurationService * default min height should be 1024 * actually set the default file value * set page pool size to ideal values learned through some performance testing * remove console.log * shift type packages to devDependencies
- Loading branch information
Showing
34 changed files
with
406 additions
and
271 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.