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
* fix: Upgraded Selenium WebDriver to 4.1.1 and also fixed code smells from Sonar analysis.
* fix: Updated workflows to run on all supported branches.
* fix: Updated config to execute BS tests on BS instead of local.
* fix: Correct Config was not picked when multiple testng yaml was run simultaneuosly.
* fix: Upgraded Selenium Grid version to 4.1.1, also turned off parallel runs.
* fix: Removed failing IE test and updated README.
@@ -87,7 +87,7 @@ Config file is by default searched in `src/test/resources` folder. The name of t
87
87
as `selenium-config.yaml`. But the same can be overridden by using System property `coteafs.selenium.config` where you
88
88
can specify the new config file for the test.
89
89
90
-
####Sample Config file
90
+
### Sample Config file
91
91
92
92
`src/test/resources/selenium-config.yaml`
93
93
@@ -167,7 +167,7 @@ site.
167
167
168
168
> Remember, `BrowserPage` class needs to be extended for every page and also a flavour of inheritance can be added as per requirement.
169
169
170
-
#### Sample Page object
170
+
### Sample Page object
171
171
172
172
```java
173
173
package com.github.wasiqb.coteafs.selenium.pages;
@@ -210,7 +210,7 @@ place.
210
210
> For every page action you need to extend `AbstractPageAction`. Since it is a generic class, you need to pass the action class name as it's generic type.
211
211
> Also, `perform` method needs to be implemented for every action class.
0 commit comments