Skip to content

Commit 5337467

Browse files
test(test-angular-versions): rename cypress options
1 parent c038d7c commit 5337467

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test-angular-versions/v5/cypress.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"baseUrl": "http://localhost:4000",
3-
"videoRecording": false
3+
"video": false
44
}

test-angular-versions/v6/cypress.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"baseUrl": "http://localhost:4000",
3-
"videoRecording": false
3+
"video": false
44
}

0 commit comments

Comments
 (0)