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…
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
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.🦉
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…
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…
👩🏻💻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…
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…
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…
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…
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…
@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;
}
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…
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.