Joe Bandenburg
Joe Bandenburg
It would be good to be interoperable with older clients. Although it would be worth finding out if there are many version 2 clients out there before starting on this.
Not sure if this even makes sense without an SMS transport available. Need to investigate.
## **User description** **Thanks for contributing to Selenium!** **A PR well described will help maintainers to quickly review and merge it** Before submitting your PR, please check our [contributing](https://github.com/SeleniumHQ/selenium/blob/trunk/CONTRIBUTING.md) guidelines....
Need more details to investigate this. @philostler @phillcunnington Can you provide any more details?
TestNG doesn't seem to offer any mechanism for integration like JUnit's `@RunWith`. One option would be for us to provide a tool that runs TestNG and Cuppa tests and aggregates...
We should provide an Eclipse plugin to help with development of Cuppa tests. None of the core contributors to Cuppa use Eclipse so we are looking for help from the...
Calling `TestBuilder#skip()` and `TestBuilder#only()` should be mutually exclusive, but it is possible to call both methods on the same object. We should fail fast in this case.
https://plugins.jetbrains.com/plugin/8254
Currently Cuppa runs `before` and `beforeEach` hooks before a skipped or pending test and `after` and `afterEach` hooks after it. This is inefficient and can lead to unexpected test failures...