David Burns
David Burns
## 🐛 Bug Report The wiki pages are old and ## To Reproduce Pages to start with Automation-Atoms.md Continuous-Integration.md Crazy-Fun-Build.md InternetExplorerDriver-Internals.md Native-Events-On-Linux.md Python-Bindings.md Ruby-Bindings.md Detailed steps to reproduce the behavior:...
When a test is doing a component test we should have a `reuse-browser` flag that is defaulted on to help speed up tests. - [ ] Nightwatch can differentiate test...
### Description of the bug/issue In the latest versions of Nightwatch when an error is hit in the Axe plugin we get very verbose logging like  but in 2.1...
We need to be able to use JSX in tests, e.g.: ```jsx import someHandler from './someHandler.js' import {Button} from './Template.jsx' describe('example test', function() { it('renders ', function(browser) { browser .render()...
At the moment we run tests sequentially by default. We need to change this to parallel to make things faster Requirements: * If there is no configuration or no CLI...
The recommended way to load dependencies from `rules_jvm_external` is to make use of the `@maven` workspace, and the most readable way of doing that is to use the `artifact` macro...