itemengine-cypress-automation 1.0.3 → 1.0.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/deploy.yaml +21 -0
  2. package/package.json +1 -1
package/deploy.yaml ADDED
@@ -0,0 +1,21 @@
1
+ global:
2
+ team: itemengine
3
+ name: itemengine-cypress-automation
4
+ type: integration_test
5
+
6
+ deployment:
7
+ job:
8
+ activeDeadlineSeconds: 7200
9
+ parallelism: 3
10
+ completions: 3
11
+
12
+ image:
13
+ cmd: /ie-e2e/run.sh
14
+
15
+ resources:
16
+ limits:
17
+ cpu: "2"
18
+ memory: 8096Mi
19
+ requests:
20
+ cpu: "2"
21
+ memory: 8096Mi
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "itemengine-cypress-automation",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {