Skip to content

Commit c1aed86

Browse files
committed
Adding todo when removing the cypress_proj_dir option
1 parent 85dc12c commit c1aed86

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

bin/helpers/utils.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,11 @@ exports.verifyCypressConfigFileOption = () => {
128128
return (ccfOptionsSet || cypressConfigFileSet || cypressConfigOptionsSet);
129129
}
130130

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.
131136
exports.setCypressConfigFilename = (bsConfig, args) => {
132137
let userProvidedCypessConfigFile = this.verifyCypressConfigFileOption();
133138

0 commit comments

Comments
 (0)