innovativeQALab / iqa-automation-framework

Selenium WebDriver and Appium based Web, Mobile (Android, iOS) and Windows desktop Automation Framework with BDD & Non-BDD implementation support
Apache License 2.0
12 stars 4 forks source link

Add GitHub Wiki Page link for exception if WebDriverConfig.properties not present #9

Closed zodgevaibhav closed 2 years ago

zodgevaibhav commented 3 years ago

Title - Add GitHub wiki page link for how to use property file in log Error while loading property WebDriverConfig.properties file. Refer - http://........

Description: If WebDriverConfig.properties file not present in test suite we provide error message in log, but develop might not understand how to do it. Add GitHub Wiki page URL

Please check content of property file and try again. 11:02:52.587 [main] ERROR org.iqa.suite.commons.listeners.SeleniumMethodInvocationListener - Error while loading property WebDriverConfig.properties file. Please check content of property file and try again. java.io.FileNotFoundException: src/test/resources/properties/framework/WebDriverConfig.properties (No such file or directory) at java.io.FileInputStream.open0(Native Method)

writetoyogi commented 3 years ago

@zodgevaibhav - README.md file has been updated with required details. Please can you check and close the issue if it looks good. Thanks !