This repository was archived by the owner on Jul 2, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +16
-1
lines changed Expand file tree Collapse file tree 3 files changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ functions:
122122 working_dir : parsley
123123 script : |
124124 export PATH=${node_path}
125- yarn cy:run --browser /tmp/chrome-linux/chrome --reporter junit
125+ yarn cy:run --browser /tmp/chrome-linux/chrome --record --key ${cypress_record_key} -- reporter junit
126126
127127 yarn-eslint :
128128 command : shell.exec
Original file line number Diff line number Diff line change 1+ Copyright 2022 MongoDB, Inc.
2+
3+ Licensed under the Apache License, Version 2.0 (the "License");
4+ you may not use this file except in compliance with the License.
5+ You may obtain a copy of the License at
6+
7+ http://www.apache.org/licenses/LICENSE-2.0
8+
9+ Unless required by applicable law or agreed to in writing, software
10+ distributed under the License is distributed on an "AS IS" BASIS,
11+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+ See the License for the specific language governing permissions and
13+ limitations under the License.
Original file line number Diff line number Diff line change 11import { defineConfig } from "cypress" ;
22
33export default defineConfig ( {
4+ projectId : "i1oeyf" ,
45 e2e : {
56 baseUrl : "http://localhost:4173" ,
67 supportFile : "cypress/support/index.ts" ,
@@ -11,4 +12,5 @@ export default defineConfig({
1112 } ,
1213 viewportWidth : 1920 ,
1314 viewportHeight : 1080 ,
15+ videoCompression : false ,
1416} ) ;
You can’t perform that action at this time.
0 commit comments