Gathering detailed insights and metrics for grunt-mocha-casperjs
Gathering detailed insights and metrics for grunt-mocha-casperjs
Gathering detailed insights and metrics for grunt-mocha-casperjs
Gathering detailed insights and metrics for grunt-mocha-casperjs
npm install grunt-mocha-casperjs
Typescript
Module System
Node Version
NPM Version
43.1
Supply Chain
83.9
Quality
66.5
Maintenance
25
Vulnerability
96.2
License
JavaScript (100%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
8 Stars
42 Commits
5 Forks
2 Watchers
1 Branches
3 Contributors
Updated on Jan 28, 2023
Latest Version
1.4.4
Package Id
grunt-mocha-casperjs@1.4.4
Size
5.13 kB
NPM Version
2.8.3
Node Version
1.8.1
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
Grunt wrapper for mocha-casperjs
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-mocha-casperjs --save-dev
Once the plugin has been installed, it may be enabled inside your Gruntfile with this line of JavaScript:
1grunt.loadNpmTasks('grunt-mocha-casperjs');
In your project's Gruntfile, add a section named mocha_casperjs
to the data object passed into grunt.initConfig()
.
1grunt.initConfig({
2 mocha_casperjs: {
3 options: {
4 // Task-specific options go here.
5 },
6 your_target: {
7 // Target-specific file lists and/or options go here.
8 },
9 },
10})
Type: String
Default value: 'spec'
Any Mocha reporter that can run in the phantomjs or slimerjs environment.
Type: Number
Default value: 30000
Test-case timeout in milliseconds.
Type: Number
Default value: 75
“Slow” test threshold in milliseconds.
Type: String
Default value: 'bdd'
Test user-interface (bdd|tdd|exports).
Type: Boolean
Default value: false
Disable colored output, enabled by default.
Type: Number
Default value: 5000
Casper's timeout, should be less than Mocha's.
Type: Number
Default value: 400
Casper's viewport width.
Type: Number
Default value: 300
Casper's viewport height.
Type: String
Default value: Phantom's UA string
Casper's User-Agent string.
Type: String
Path to output file. Save reporter output, for json, xunit, etc. type of reporters.
Type: Boolean
SSL flag: --ssl-protocol=tlsv1
Other CLI options may be passed to mocha-casperjs by quoting the flag name where needed. E.g., if you want to use your existing mocha/chai/casper-chai, use options like this (coffeescript example):
all:
options:
'mocha-path': 'node_modules/mocha'
'chai-path': 'node_modules/chai'
'casper-chai-path': 'node_modules/casper-chai'
1grunt.initConfig({ 2 mocha_casperjs: { 3 options: { 4 timeout: 5000, 5 color: false 6 }, 7 files: { 8 src: ['test/**/*'] 9 } 10 } 11});
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.
Copyright (c) 2014 Roman Liutikov. Licensed under the MIT license.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
Found 7/28 approved changesets -- score normalized to 2
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
license file not detected
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-07-07
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