You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Readme.txt
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -21,3 +21,5 @@ Jackson library is used for reading the csv and json files. The utility classes
21
21
Only 3 sample tests are added now to give an idea of how to write the test cases but there are plans to add more test cases to give the users a better idea of the framework.
22
22
23
23
Framework can be easily extended to use Appium for Android / iOS or Windows based apps using WinAppDirver by adding the respective drivers and capabilities in the driver factory. Also add the dependencies in the pom.xml file
24
+
25
+
Note: Even though perallel execution is supported by Selenium and TestNG, it is not supported in current form of this framework. To run in parallel, ThreadLocal should be used to make it thread-safe. But since the decorator pattern is used to support logging, parallel run will cause errors.
0 commit comments