Sublime Forum

Sublime-Build for the selenium cucumber js module

#1

Just posting this for anyone interested.

{
“cmd”: [
“node”,
“./node_modules/selenium-cucumber-js/index.js”,
“-f”,
“${file}”
],
“working_dir”: “${project_path}/${project_base_name}/”,
“path” : “/usr/local/bin”,
“target”: “ansi_color_build”,
“syntax”: “Packages/ANSIescape/ANSI.tmLanguage”,
“variants”:
[
{
“name”: “Build All”,
“cmd”: [
“node”,
“./node_modules/selenium-cucumber-js/index.js”
]
}
]
}

0 Likes