Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Core Service and Plugins Refactor #5

Open
bcpeinhardt opened this issue Feb 9, 2023 · 1 comment
Open

Core Service and Plugins Refactor #5

bcpeinhardt opened this issue Feb 9, 2023 · 1 comment
Assignees

Comments

@bcpeinhardt
Copy link
Owner

Right now SchnauzerUI is one big project. There's a library and a CLI. There's a REPL driven development experience, which manages files and whatnot, and report generation with premade templates. I'd like to separate out a core service (the interpreter), and create a well defined plugin interface that the rest of the functionality uses.
This is probably more complicated than it sounds, because SchnauzerUI code doesn't make sense outside the context of a running webdriver. There's a non-trivial amount of "infrastructure" code that I'll need to find a home for.

@bcpeinhardt bcpeinhardt self-assigned this Feb 9, 2023
@bcpeinhardt bcpeinhardt moved this to Discovery in SchnauzerUI Feb 9, 2023
@bcpeinhardt
Copy link
Owner Author

As a note on this ticket, there is a related ticket proposing a SchnauzerUI server, much like the selenium standalone server, which would allow straightforward creation of SchnauzerUI bindings in multiple languages.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Discovery
Development

No branches or pull requests

1 participant