Skip to content

Commit 5136857

Browse files
Update Readme.txt
1 parent a5f11a7 commit 5136857

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Readme.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,5 @@ Jackson library is used for reading the csv and json files. The utility classes
2121
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.
2222

2323
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

Comments
 (0)