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

The example test suite should be as simple as possible #643

Open
mvysny opened this issue Nov 15, 2022 · 0 comments
Open

The example test suite should be as simple as possible #643

mvysny opened this issue Nov 15, 2022 · 0 comments

Comments

@mvysny
Copy link
Member

mvysny commented Nov 15, 2022

The ParallelTest and the Hub thingy is super-confusing to the initial learners of TestBench:

  1. Don't use isHub or anything like that - it's not clear what value it provides to the programmer
  2. Don't use parallelism: launching 6 browsers at a time is super-confusing at first. That is the first thing the user disables.

The MainTestIT and the AbstractViewTest should be as simple as possible. Simply extend from TestBenchTestCase instead of ParallelTest. It could be valuable to mention the ParallelTest in the javadoc somewhere, but let's not use it straight from the beginning.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: 🅿️Parking lot - under consideration
Development

No branches or pull requests

2 participants