Integrated and easy to use end-to-end testing framework written in Node.js and using W3C Webdriver API. Developed at @browserstack

Global
We just published 🦉Nightwatch v1.3.0 in NPM with several new features and improvements: ✔️ native BDD describe interface ✔️ new "assert.not" api - e.g. assert.not.visible ✔️ run chome and firefox headless ✔️ auto-generated configuration file And more: github.com/nightwatchjs/nigh…
4
3
12
Hey, that's exactly what we have. 😎 Also the "About" section is where you can find out how and why the project was created, the team behind it, and how to get involved. nightwatchjs.org/
A thought about "good" documentation: The best examples that come to mind all have: 1) A clear "getting started" page 2) A thorough *but modular* guide 3) A generated API reference #3 gets FAR too much focus #1 is low-hanging fruit #2 is what truly sets projects apart
1
1
The release of Nightwatch 1.3 is a few days away and contains several improvements, such as: ✔️ automatically generate the config file ✔️ built-in support for BDD interface with describe() ✔️ better integration with cloud services like BrowserStack Stay tuned.🦉
1
5
13
We published yesterday a small updated (v1.2.3) which fixes the stack traces to correctly show where in the test is the failure located. github.com/nightwatchjs/nigh…
2
3
7
Nightwatch.js retweeted
Using @nightwatchjs as a unit test runner? I've just published a package to integrate the jest-snapshot package, for jest style snapshot tests in nightwatch: npmjs.com/package/jest-snaps…
1
2
4
Nightwatch.js retweeted
👩🏻‍💻Looking to get into contributing to Open Source? I wrote up a little guide to help you get started. Teaches things like what to look for, how to submit a PR, and how to keep forks up to date. Cheers! css-tricks.com/how-to-contri…
46
572
1,950
Thanks @haoqunjiang for taking the time to review and merge the PR.
1
If you happen to work with the @Vuejs framework, don't forget that Nightwatch.js is by default available as a plugin in #VueCLI and the plugin was recently upgraded to use the latest version and also has new capabilities. github.com/vuejs/vue-cli/tre…
2
3
9
Our docs website works without Javascript. Go ahead, try it: nightwatchjs.org
2
No, not unless mocha supports that. But we'll add support for BDD (describe) interface soon into nightwatch.
Replying to @nightwatchjs
@nightwatchjs Hi, is it possible to use async/await when using mocha as test runner? Can't get it to work, for default runner it works just fine.
2
4
We have just added a new community resources section on our website, containing links to tutorials, guides, and a few open-source projects using Nightwatch. Also an About section with more details about the project's vision, roadmap, how to contribute. nightwatchjs.org/about/commu…
1
5
10
Although some of the points mentioned in this article are not entirely accurate, they draw the conclusion that "Nightwatch is obviously the best" - we'll take it, thank you. FWIW Nightwatch can be used to test any web applications, not just Node.js ones. dzone.com/articles/top-8-jav…
1
3
If you happen to update Chromedriver to version 76, you need to update your capabilities setting also to include: chromeOptions: { w3c: false }
1
2
5
How's everyone doing? Back from vacation yet? Good. How about telling us about your project in which you use Nightwatch by writing a few lines on this Github issue? github.com/nightwatchjs/nigh… Thanks a bunch!
We are very curious to learn about where Nightwatch is being used and the ways it is being used. Please could you add yourself in the replies to this Github issue? Your help is much appreciated. github.com/nightwatchjs/nigh…
1
1
Nightwatch.js retweeted
Replying to @nightwatchjs
@nightwatchjs We want to report errors to browserstack, but i can't find documentation on how to access errors in the after hook, e.g.: after : function(browser) { const sessionId = browser.sessionId; const errors = browser.errors; }
1
2
1
Sounds like you’ve made the right choice.
Well, regarding @Cypress_io, were already using @nightwatchjs We need cross-browser testing, not only Chrome :/
1
3
We are very curious to learn about where Nightwatch is being used and the ways it is being used. Please could you add yourself in the replies to this Github issue? Your help is much appreciated. github.com/nightwatchjs/nigh…
1
6
8
New version published containing an update for ChromeDriver 75 users. github.com/nightwatchjs/nigh…
1
3
7
Would you be interested in using describe() syntax with Nightwatch? Not just with mocha, but having it built-in out of the box and with all the other functions available.
59% Yes, it's a game-changer
41% Wouldn't change much
32 votes • Final results
1
2