We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85dc12c commit c1aed86Copy full SHA for c1aed86
bin/helpers/utils.js
@@ -128,6 +128,11 @@ exports.verifyCypressConfigFileOption = () => {
128
return (ccfOptionsSet || cypressConfigFileSet || cypressConfigOptionsSet);
129
}
130
131
+// TODO: Remove when cleaningup cypress_proj_dir
132
+//
133
+// 1. Remove demand from runner.js for --ccf option.
134
+// 2. Remove the strict check functions: verifyCypressConfigFileOption
135
+// 3. Just use the args.cypressConfigFile for checking the value for cypress config file.
136
exports.setCypressConfigFilename = (bsConfig, args) => {
137
let userProvidedCypessConfigFile = this.verifyCypressConfigFileOption();
138
0 commit comments