Gathering detailed insights and metrics for grunt-nightwatchjs
Gathering detailed insights and metrics for grunt-nightwatchjs
npm install grunt-nightwatchjs
Typescript
Module System
Min. Node Version
Node Version
NPM Version
46
Supply Chain
71.5
Quality
74.5
Maintenance
100
Vulnerability
97
License
JavaScript (100%)
Love this project? Help keep it running — sponsor us today! 🚀
Total Downloads
25,686
Last Day
10
Last Week
27
Last Month
156
Last Year
928
MIT License
2 Stars
38 Commits
10 Forks
5 Watchers
1 Branches
6 Contributors
Updated on Jan 28, 2023
Latest Version
1.3.3
Package Id
grunt-nightwatchjs@1.3.3
Size
4.15 kB
NPM Version
2.15.1
Node Version
4.4.3
Cumulative downloads
Total Downloads
Last Day
-50%
10
Compared to previous day
Last Week
-43.8%
27
Compared to previous week
Last Month
56%
156
Compared to previous month
Last Year
152.9%
928
Compared to previous year
1
1
4
Grunt plugin for http://nightwatchjs.org/
This plugin requires Grunt ~0.4.5
If you haven't used Grunt before, be sure to check out the Getting Started guide, as it explains how to create a Gruntfile as well as install and use Grunt plugins. Once you're familiar with that process, you may install this plugin with this command:
1npm install grunt-nightwatchjs --save-dev
Once the plugin has been installed, it may be enabled inside your Gruntfile with this line of JavaScript:
1grunt.loadNpmTasks('grunt-nightwatchjs');
Add a nightwatch.json file to the root of your project, then run a nightwatch environment as follows:
grunt nightwatchjs:my_env
Currently the plugin depends on the nightwatch cli being available from ./node_modules/.bin/nightwatch
, so your project will have to include nightwatch
as a dependency in your package.json
. This may change in time.
Nightwatchjs may have its own dependencies that need installing too (e.g. selenium jar). Best to check https://github.com/beatfactor/nightwatch.
In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using Grunt.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
license file detected
Details
Reason
Found 7/21 approved changesets -- score normalized to 3
Reason
project is archived
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Score
Last Scanned on 2025-02-10
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More