UNPKG

galenframework

Version:

The command line tool to use the Galen Framework. This includes the wrapper above and webdriver downloads for different browsers

22 lines (16 loc) 560 B
// Spec directory path relative to the current working dir when jasmine is executed. "spec_dir": "spec", // Array of filepaths (and globs) relative to spec_dir to include and exclude "spec_files": [ "**/*[sS]pec.js", "!**/*nospec.js" ], // Array of filepaths (and globs) relative to spec_dir to include before jasmine specs "helpers": [ "helpers/**/*.js" ], // Stop execution of a spec after the first expectation failure in it "stopSpecOnExpectationFailure": false, // Run specs in semi-random order "random": false }