BoykaFramework / boyka-framework

🎉 Ultimate test automation framework for automating any application on any platform
https://boykaframework.github.io/boyka-framework/
MIT License
123 stars 42 forks source link

✨ Update feature: Move common API settings to a common object in Boyka Config #833

Closed WasiqB closed 2 months ago

WasiqB commented 3 months ago

🖥️ What framework domain type is this feature for?

API

📗 Description of the feature improvement request?

Move common API settings to a common object in Boyka Config

🚧 Scenario where this would be used?

Currently there are few common API config are being repeated in each and every API config object. A common API config object will be made available to all other API configs. Any API config object can override these common settings by providing the same in their individual object.

💁 Supporting information

No response