Binayak Ghosh

Results 22 issues of Binayak Ghosh

### Description of the bug/issue ``` npx nightwatch -version Nightwatch: version: undefined changelog: https://github.com/nightwatchjs/nightwatch/releases/tag/vundefined ``` ### Steps to reproduce 1. Go to '...' 2. Click on '...' 3. Scroll down...

bug
p2

### Description The current implementation of tags allows users to filter test files based on tags. An user on discord @skelkar wanted to filter testcases by tags. **Usecase:** Suppose 5...

enhancement

**The problem:** following error occurs after test execution completes, and assertions are not executed. ``` PUT https://api.browserstack.com:9999 /automate/sessions/1234567.json - ETIMEDOUT Error: connect ETIMEDOUT 52.1.181.200:9999 at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1157:16) ```

fixes #3369 Before: After: ![Screenshot 2022-09-05 at 11 28 12 AM](https://user-images.githubusercontent.com/2018070/188371470-ef79dbcd-74c3-4f6d-a6ab-e9ae5063d942.png)

### Description of the bug/issue Logs look deformed in parallel mode ### Steps to reproduce 1. Run a failing test in parallel mode ### Sample test _No response_ ### Command...

bug
pr open
complexity: low

### Description of the bug/issue Wrong error stack trace shown if `verify.equal` is called. Shows the error location of in internal implementation detail. Should indicate the line number in the...

bug
p2

This issue tracks the discussions and issues linked to mobile testing with Nightwatch. - [x] Appium support: https://github.com/nightwatchjs/nightwatch/issues/3289 - [ ] Way to detect responsive states: https://github.com/nightwatchjs/nightwatch/discussions/3326 - [x] See...

enhancement
epic

- Adds support for the following commands in nightwatch cli: `npx nightwatch --add mobile-testing` `npx nightwatch --add component-testing` `npx nightwatch --add vrt` `npx nightwatch --add api-testing /unit-testing` - Adds required...

`browser.capabilities` does not contain `'bstack:options'` if we use `capabilities` object instead of `desiredCapabilities` in nightwatch.conf.js We need to provide clear documentation on what the differences between `capabilities` and `desiredCapabilities` are...

enhancement