
Security News
Feross on the 10 Minutes or Less Podcast: Nobody Reads the Code
Socket CEO Feross Aboukhadijeh joins 10 Minutes or Less, a podcast by Ali Rohde, to discuss the recent surge in open source supply chain attacks.
node-coldfusion-tester
Advanced tools
Video demonstration here...
You will need TestBox installed in the webroot of your coldfusion server.
npm install -g node-coldfusion-tester
Navigate to your project folder in your terminal of choice and type:
cftester --init
You will be asked some questions:
prompt: The host running your ColdFusion: (http://localhost:8500)
prompt: Path from the host to the root of your ColdFusion project: some/path
prompt: Name of the folder in your project that contains the tests: (test)
prompt: List of folders inside your test folder containing different kinds of tests (e.g. integration and unit): (spec,unit)
prompt: Path from the host to the test runner: (testbox/system/runners/HTMLRunner.cfm)
prompt: Suffix to be used for test files: (Spec)
prompt: List of folders in your project to be ignored from watching. This supports anytime matchers (https://github.com/es128/anymatch): (**/testbox/**)
This in turn will create a cf-tester-config.json file in the current folder containing:
{
"host": "http://localhost:8500",
"basePath": "some/path",
"testFolder": "test",
"testTypes": [
"spec",
"unit"
],
"testRunner": "testbox/system/runners/HTMLRunner.cfm",
"testFileSuffix": "Spec",
"ignored": [
"**/testbox/**"
]
}
In the terminal you can now type:
cftester
And the system will start watching your files for changes and run relevant tests as you save your edits.
FAQs
Module to test coldfusion applications using testbox framework
The npm package node-coldfusion-tester receives a total of 2 weekly downloads. As such, node-coldfusion-tester popularity was classified as not popular.
We found that node-coldfusion-tester 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
Socket CEO Feross Aboukhadijeh joins 10 Minutes or Less, a podcast by Ali Rohde, to discuss the recent surge in open source supply chain attacks.

Research
/Security News
Campaign of 108 extensions harvests identities, steals sessions, and adds backdoors to browsers, all tied to the same C2 infrastructure.

Security News
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.