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
{{ message }}
This repository has been archived by the owner on Mar 10, 2020. It is now read-only.
Like with WebTester 2 we should limit the number of JAR modules. The browser support modules generally only provide a single BrowserFactory implementation class. These classes should be moved to the core module. Unneccessary transitive dependencies can be prevented by making the driver dependencies optional.
All of the BrowserFactory classes should be moved to the info.novatec.testit.webtester.browser.factories in the core module.
Like with WebTester 2 we should limit the number of JAR modules. The browser support modules generally only provide a single
BrowserFactory
implementation class. These classes should be moved to the core module. Unneccessary transitive dependencies can be prevented by making the driver dependenciesoptional
.All of the
BrowserFactory
classes should be moved to theinfo.novatec.testit.webtester.browser.factories
in the core module.More details can be taken from the actual changes to WebTester 2 in this PR:
testIT-WebTester/webtester2-core#43
The text was updated successfully, but these errors were encountered: