norma-casperjs
v0.2.5
Published
CasperJS package for Norma build tool
Downloads
23
Readme
norma-casperjs
Browser Sync Package for Norma Build Tool
To use add the following to your norma.json:
"tasks": {
"casperjs": {
"src": "test/**/*",
}
}
The src
variable is where your test files are located.
Warning!
As of right now, the package assumes you have casperjs and phantom js installed. I am working on a lookup and install process if they are not found but right now please install them prior to installing norma-casperjs