Priyansh Garg
Priyansh Garg
When writing `this.someCustomProp` in Nightwatch BDD test syntax (see below example), the property attains `any` type. We need to find a way to make the type of custom properties added...
## Describe the bug Nightwatch does not throw any error while running selenium-server locally if Java is not installed on the system. ## Sample test sampleTest.js ```js // Any test...
If we use `await browser.assert.` inside other commands like a custom-command (see #3286) or inside debug interface, the promise for the assertion is never resolved and the test gets stuck...
A lot of links in the auto-generated config file are outdated and need fixing.
The new "step over and pause" feature only works with the chained commands. If the commands are written using `await`, the step over feature won't work. This is because we...
## Describe the bug When the `abortOnAssertionFailure` property of `globals` is set to `false`, assertion failure still leads to the test being aborted. ## Sample test sampleTest.js ```js // Please...
Fixes: #3276.
Thanks in advance for your contribution. Please follow the below steps in submitting a pull request, as it will help us with reviewing it quicker. - [x] Create a new...
## Describe the bug In some of the tests like `testRegisterBasicAuth.js`, `testSetNetworkConditions.js`, etc., in `beforeEach` hook, a call is made to `CommandGlobals.beforeEach`, which initiates an unnecessary Nightwatch client, which is...
This PR adds the newly built Zulipbot commands-action to this repository. **Notes** For this action to work, the maintainers need to follow three additional steps: * Get the Personal access...