David Burns

Results 32 issues of 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...

enhancement

### 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 ![image](https://user-images.githubusercontent.com/128518/190391432-ded72d29-9d9b-415f-ac9e-76169af15a1a.png) but in 2.1...

p2

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()...

enhancement

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...

enhancement

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...