-
vue-cli でつくったところ、`e2e` `unit` なるdirができている。
それぞれの書き方とかもちゃんと学んでおいたほうが良さそう。
ってかそもそも裏側で何がどう動いてるかすら知らないのでそこから調査。。。
-
### Description of the bug/issue
When the runner is Cucumber if an assertion fails in a Page Object the process exists abruptly with no stack trace.
### Steps to reproduce
1. define a custom…
-
## Describe the bug
Since Nightwatch v2 release, `@types/nightwatch` kind of broken return type and a lack of support of `async/await`.
Test Code
```typescript
const result = await browser.hasDe…
-
## Describe the bug
Class-based custom commands can return a value, but attempting to do the same with ES6 styling results in a return value of undefined.
## Sample test
workingSampleCustomComman…
-
### Description of the bug/issue
When I make two awaited supertest calls in the same test and the second call expects a 400-level response I expect to see it reported in the console output/test repor…
-
I cannot find any examples of nightwatch configs or clear instructions on how to run nightwatch 1.x tests against safari, even though the documentation implies that it is supported. The wiki page (htt…
-
Pretty new at this. Running the **Using Mocha From Nightwatch** example http://nightwatchjs.org/guide#using-mocha, verbatim test -- it's failing. Can't figure out why.
The browser launches and "n…
-
### PRs
- #191
- #199
- https://github.com/nightwatchjs/nightwatch-www/pull/57
- https://github.com/nightwatchjs/nightwatch-www/pull/58
### Documentation Link
https://drive.google.com/d…
-
This thread is for tracking the progress of automating the testing of KiboEngage. Right now the most popular testing framework is Selenium. I will further post details here as I discover new tools
-
Custom command documentation should include the different formats, command function vs class constructor, and include the requirements for using them:
- ~~implications of using and not using other api…