Beapi-io / spring-boot-starter-beapi

Springboot 'convention over config' starter for API Automation
Other
1 stars 1 forks source link

TASK : BootstrapConfig ??? #32

Open orubel opened 1 year ago

orubel commented 1 year ago

Need to have a config that checks that all values have been changed in :

and any other settings files

This will throw appropriate error (prior to hitting any tests) and exit build.

Literally, this SHOULD only need to be checked after a new install but its good to have something like this handy when you screw up :)

NOTE : Going to hate having to test this because this means having to screw up my environment... ALOT!