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

Global
Nightwatch.js retweeted
Learn how to automate a minimum #accessibility #a11y #test #plan in my latest tutorial using @nightwatchjs and #axe davidmello.com/implementing-…
1
2
Nightwatch.js retweeted
Nightwatch v1.5 is published in NPM. You can now use the selenium-webdriver package (the official Node.js selenium binding) together with Nightwatch. Not only that, you can also import @webdriverio and use its APIs in your Nightwatch tests. nightwatchjs.org/releases/
2
6
13
And here's the details on how to use WebdriverIO into your Nightwatch tests: nightwatchjs.org/guide/exten…
1
2
5
Here's how one could use the selenium-webdriver NPM package into Nightwatch and take advantage of its advanced capabilities. With a few modifications, you can also use tests recorded and exported using the Selenium IDE: nightwatchjs.org/guide/exten…
1
4
Nightwatch.js retweeted
Added two new options to @nuxt_js create-nuxt-app: 🐛 #OrugaUI by @walter_tommasi as UI framework and 🦉 @nightwatchjs as testing framework. They're available on create-nuxt-app repository for now github.com/nuxt/create-nuxt-… Really glad to contribute 🎉💚 #vuejs #nuxtjs #opensource
7
12
Nightwatch.js retweeted
Yes, you can use @nightwatchjs for #testing in the cloud with @saucelabs davidmello.com/how-to-use-ni…
1
3
If you're using Nightwatch with @code, check out a new #VSCode extension which adds #autocomplete for page objects, and potentially API commands. It is in its early phase and Dimitri is welcoming any contributions. github.com/dimitriharding/ni…
That late-night project I didn't plan on, after helping a tester (who is new to @nodejs) add structure to an existing @nightwatchjs project. A thread <nightwatch-clairvoyance> 🔮🦉
1
5
7
If you're using Nightwatch together with a cloud testing service (e.g. @browserstack, @saucelabs, @xbrowsertesting, or @lambdatesting) upgrade to v1.4 soon to experience fewer network issues. Make sure to set 'timeout_options' and 'keep_alive': nightwatchjs.org/gettingstar…
13
19
Nightwatch.js retweeted
We have just published Nightwatch v1.4.0 to NPM. This version significantly improves the network stability and performance of the test runner – a particularly important update for when using cloud testing services. Here's the full changelog: github.com/nightwatchjs/nigh…
1
4
9
We improved the underlying HTTP retry mechanism and error detection/reporting of API commands. Additionally, we have added new capabilities for writing custom commands and improved the programmatic API. Also, the docs pages have been upgraded. nightwatchjs.org/guide/
Nightwatch.js retweeted
My latest article explores how we tested our content security policy using @nightwatchjs and made sure our reporting endpoint would not be overwhelmed. #DevSecOps #infosec #SoftwareTesting #websecurity #DevOps #xss #testautomation #qa medium.com/better-programmin…
4
4
Nightwatch.js retweeted
🎉 NEW COURSE ALERT 🎉 NightwatchJS 🦉 taught by @irtimid_harding 🔗 info.applitools.com/uJgC
3
31
92
Hey everyone, we now have a Nightwatch.js chat room on Gitter. Join us here: gitter.im/nightwatchjs/night…
2
Nightwatch.js retweeted
Today I tried out @nightwatchjs with @nuxt_js. I decided to blog about it here: briandaley.dev/2020/06/17/e2…
4
3
New version out - 1.3.3, containing some page object related fixes and other improvements. github.com/nightwatchjs/nigh…
2
6
No real difference anymore. In pre 1.0 version assertion retries had to be enabled with a setting. waitForElementPresent() has a different number of parameters. nightwatchjs.org/api/waitFor…
Replying to @nightwatchjs
@nightwatchjs What's the difference between assert.elementPresent() and .waitForElementPresent()? When to use one or the other one?
1
Transcript: $ npm install nightwatch geckodriver chromedriver --save-dev $ ./node_modules/.bin/nightwatch node_modules/nightwatch/examples/tests/ecosia.js Default is Firefox. Add "--env chrome" for Chrome
1
4
v1.3.1 is published. Here's a demo of how you'll be up & running in 1 minute with Nightwatch using Chrome and Firefox. End-to-end testing without the headaches. No more configuration & installation issues. That's all it takes, really. 1 minute. nightwatchjs.org/
1
6
19