Closed Shaihuludus closed 6 years ago
com.cognifide.qa.bb.loadable
package #266Per #244, deprecate JUnit and Reports modules & update the documentation accordingly.
Deprecations:
bb-junit
modulebb-reports
module
com.cognifide.qa.bb.reporter.Reporter
annotation from core modulebb-aem-common
modulebb-aem-classic
modulebb-aem-touch-ui
modulecom.cognifide.qa.bb.qualifier.Retry
and whole retry mechanism (goes away with bb-junit
)com.cognifide.qa.bb.config.LegacyConfig
- will be replaced totally with YamlConfig
bobcat.config=legacy
System propertycom.cognifide.qa.bb.assertions.soft
- we recommend using AssertJ's SoftAssertions
com.cognifide.qa.bb.loadable
- https://github.com/Cognifide/bobcat/pull/266Additional items for further cleanup:
BobcatWait
/Conditions
/WebElementUtils
rework: providing a single utilityWebDriverType
- move the proxy cookie to a modifier/remove it totallyPageObjectInjector
- add support for injections of PageObjects with locators in annotation
Released in 1.6.0
Review the codebase and mark with
@Deprecated
functionality that will be removed.