Skip to content
This repository was archived by the owner on Jul 2, 2024. It is now read-only.

Commit b476cff

Browse files
authored
EVG-17447 Add Apache license and init cypress dashboard (#9)
1 parent 99c1bba commit b476cff

File tree

3 files changed

+16
-1
lines changed

3 files changed

+16
-1
lines changed

.evergreen.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

LICENSE

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
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.

cypress.config.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import { defineConfig } from "cypress";
22

33
export 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
});

0 commit comments

Comments
 (0)