Skip to content

Commit 360e3b2

Browse files
committed
enable recording again from args
1 parent 1c0adfa commit 360e3b2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/run.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ glob(path.join('examples', '*'), {
2525
return cypress.run({
2626
project: pathToExampleProject,
2727
browser: args.browser,
28+
record: !!args.record,
2829
})
2930
.then((results = {}) => {
3031
numFailed += results.failures

0 commit comments

Comments
 (0)