Issue Fixes :
-This release contains fix for Issue #55
-There was an ambiguity between "platform" property in FrameworkConfig.properties and BrowserCapabilities.properties
As a solution to this issue,
Remove property "platform" from FrameworkConfig.properties
Load all capabilities into testSuiteConfigurationProperties
Update browser capabilities
Add getOsFamilyName method to derive OS family name from platform
Code re-factoring:
Remove redundant scenarios() method from BaseTest class
Issue Fixes : -This release contains fix for Issue #55 -There was an ambiguity between "platform" property in FrameworkConfig.properties and BrowserCapabilities.properties As a solution to this issue,
Code re-factoring: