Skip to content

Commit ef3f536

Browse files
committed
Making ./cypress.json as default
1 parent 1ed4c1f commit ef3f536

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/runner.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ var argv = yargs
139139
'ccf': {
140140
alias: 'cypress-config-file',
141141
describe: Constants.cliMessages.RUN.CYPRESS_DESC,
142-
default: 'cypress.json',
142+
default: './cypress.json',
143143
type: 'string',
144144
nargs: 1,
145145
demand: true,

0 commit comments

Comments
 (0)