Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2019-01-15 | 1.8 kB | |
Totals: 1 Item | 1.8 kB | 0 |
Core version: 6.0.8
Enhancements
-
#614 refactor CustomTypePageFactory to interface Note: CustomTypePageFactory.initPage(….) should be replaced by initPage(…) also we again return initPage(…) method without driver as argument
CustomTypePageFactory.initPage(….); // it should be replaced in most cases by initPage(…); * #608 update copyright info using 2019
-
#612 Test execution by filter rules. Annotations for future filtering can be set in tests in following way:
@TestPriority(Priority.P1) @MethodOwner(owner = "owner") @TestTag(name = "feature", value = "reg")
And setup in config.properties
test_run_rules=PRIORITY=>P1&&P2;;OWNER=>owner;;TAGS=>tag1=temp&&feature=reg rules logic: test_run_rules={RULE_NAME_ENUM}=>{RULE_VALUE1}&&{RULE_VALUE2};;... Listener should be added in pom.xml or in required suite
<listener class-name="com.qaprosoft.carina.core.foundation.listeners.FilterTestsListener" />
Fixes
- #533 Default url parameter is not detected by envLoader
- #613 openURL functionality refactoring
- Improved hasDependencies logic using short and full qualified class/method names
- Improved negative use-case handlers avoiding loop in making screenshots and generating UiDump
- Added deprecation javadoc for DriverHelper.tapWithCoordinates(double x, double y)
- #623 LOGGER is not being recognized correctly in 6.0.7
Known Issues
- N/A
Dependencies Updates
- N/A