Skip to content
This repository has been archived by the owner on Mar 10, 2020. It is now read-only.

Move BrowserFactory implementations into core module and remove corresponding support modules #77

Closed
slu-it opened this issue Jan 27, 2017 · 1 comment
Labels
Milestone

Comments

@slu-it
Copy link
Member

slu-it commented Jan 27, 2017

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.

More details can be taken from the actual changes to WebTester 2 in this PR:
testIT-WebTester/webtester2-core#43

@slu-it slu-it added this to the 1.2 milestone Jan 27, 2017
@slu-it
Copy link
Member Author

slu-it commented Mar 15, 2017

Done.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant