Security News
JSR Working Group Kicks Off with Ambitious Roadmap and Plans for Open Governance
At its inaugural meeting, the JSR Working Group outlined plans for an open governance model and a roadmap to enhance JavaScript package management.
This is a set of tools that will allow for test-driven development using the following technologies:
Install the suite globally to have easy access to amaze
from the command line:
npm install -g amaze-tdd
Then install the testing suite into each project root directory with:
npm install amaze-tdd
Ensure the testing suite is required in the test
var Amaze = require('amaze-tdd)
Develop mode
You have the choice between Chrome (preferred) and Firefox for development. In either case you need to make sure the Amaze plugin is installed. As of right now, only Chrome self-installs.
amaze chrome
, or
amaze firefox
(no plugin at this time)
Production mode
For production, after JavaScript has been compiled and is placed on the remote server, you may use PhantomJS to headlessly test the interfaces. No browser plugin is required.
amaze phantomjs
Our process will run Mocha on any files in the specified path with the format *-spec.js
. This means that the following examples will work:
test-spec.js
overlay-name-spec.js
camelCase-spec.js
ALLCAPS-spec.js
some-folder/test-spec.js
some-folder/nested-folder/test-spec.js
Basically any file that ends with -spec.js
will be covered in testing.
FAQs
A tool for writing functional front-end tests for overlays.
We found that amaze-tdd demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
At its inaugural meeting, the JSR Working Group outlined plans for an open governance model and a roadmap to enhance JavaScript package management.
Security News
Research
An advanced npm supply chain attack is leveraging Ethereum smart contracts for decentralized, persistent malware control, evading traditional defenses.
Security News
Research
Attackers are impersonating Sindre Sorhus on npm with a fake 'chalk-node' package containing a malicious backdoor to compromise developers' projects.