itemengine-cypress-automation 1.0.536-IEI-6942-22f1de0.0 → 1.0.536-IEI-6990-d55e26c.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2,10 +2,10 @@
2
2
  "baseUrl": "https://itemengine-sandbox-dev.content-nonprod.imaginelearning.com",
3
3
  "env": {
4
4
  "itemEngineHomePage": "/item-engine",
5
- "GRAPHQL_URL": "/graph/graphql/",
5
+ "GRAPHQL_URL": "/api/graphql",
6
6
  "SANDBOX_GRAPHQL_SERVICES_URL": "https://itemengine-sandbox-graph-dev.content-nonprod.imaginelearning.com/graphql",
7
7
  "SANDBOX_SERVICES_URL": "https://itemengine-sandbox-dev.content-nonprod.imaginelearning.com",
8
- "SERVICES_URL": "https://itemengine-graph-api-dev.content-nonprod.imaginelearning.com",
8
+ "SERVICES_URL": "https://itemengine-graph.itemengine-dev.il-apps.com",
9
9
  "AUTH_URL": "https://itemengine-sandbox-auth-dev.content-nonprod.imaginelearning.com/auth",
10
10
  "scriptSrc": "https://assets-itemengine-dev.imaginelearning.com/content/itemengine-assets-dev/v2/author-loader-nocache.js",
11
11
  "admin_username": "demouser-ilc",
@@ -2,10 +2,10 @@
2
2
  "baseUrl": "https://itemengine-sandbox-prod.content-prod.imaginelearning.com",
3
3
  "env": {
4
4
  "itemEngineHomePage": "/item-engine",
5
- "GRAPHQL_URL": "/graph/graphql/",
5
+ "GRAPHQL_URL": "/api/graphql",
6
6
  "SANDBOX_GRAPHQL_SERVICES_URL": "https://itemengine-sandbox-graph-prod.content-prod.imaginelearning.com/graphql",
7
7
  "SANDBOX_SERVICES_URL": "https://itemengine-sandbox-prod.content-prod.imaginelearning.com",
8
- "SERVICES_URL": "https://itemengine-graph-api-prod.content-prod.imaginelearning.com",
8
+ "SERVICES_URL": "https://itemengine-graph-api.itemengine-prod.il-apps.com",
9
9
  "AUTH_URL": "https://itemengine-sandbox-auth-prod.content-prod.imaginelearning.com/auth",
10
10
  "scriptSrc": "https://assets-itemengine.imaginelearning.com/content/itemengine-assets-prod/v2/author-loader-nocache.js",
11
11
  "admin_username": "demouser-ilc",
@@ -2,10 +2,10 @@
2
2
  "baseUrl": "https://itemengine-sandbox-qa.content-nonprod.imaginelearning.com",
3
3
  "env": {
4
4
  "itemEngineHomePage": "/item-engine",
5
- "GRAPHQL_URL": "/graph/graphql/",
5
+ "GRAPHQL_URL": "/api/graphql",
6
6
  "SANDBOX_GRAPHQL_SERVICES_URL": "https://itemengine-sandbox-graph-qa.content-nonprod.imaginelearning.com/graphql",
7
7
  "SANDBOX_SERVICES_URL": "https://itemengine-sandbox-qa.content-nonprod.imaginelearning.com",
8
- "SERVICES_URL": "https://itemengine-graph-api-qa.content-nonprod.imaginelearning.com",
8
+ "SERVICES_URL": "https://itemengine-graph-api.itemengine-qa.il-apps.com",
9
9
  "AUTH_URL": "https://itemengine-sandbox-auth-qa.content-nonprod.imaginelearning.com/auth",
10
10
  "scriptSrc": "https://assets-itemengine-qa.imaginelearning.com/content/itemengine-assets-qa/v2/author-loader-nocache.js",
11
11
  "admin_username": "demouser-ilc",
@@ -2,10 +2,10 @@
2
2
  "baseUrl": "https://itemengine-sandbox-staging.content-nonprod.imaginelearning.com",
3
3
  "env": {
4
4
  "itemEngineHomePage": "/item-engine",
5
- "GRAPHQL_URL": "/graph/graphql/",
5
+ "GRAPHQL_URL": "/api/graphql",
6
6
  "SANDBOX_GRAPHQL_SERVICES_URL": "https://itemengine-sandbox-graph-staging.content-nonprod.imaginelearning.com/graphql",
7
7
  "SANDBOX_SERVICES_URL": "https://itemengine-sandbox-staging.content-nonprod.imaginelearning.com",
8
- "SERVICES_URL": "https://itemengine-graph-api-staging.content-nonprod.imaginelearning.com",
8
+ "SERVICES_URL": "https://itemengine-graph-api.itemengine-staging.il-apps.com",
9
9
  "AUTH_URL": "https://itemengine-sandbox-auth-staging.content-nonprod.imaginelearning.com/auth",
10
10
  "scriptSrc": "https://assets-itemengine-staging.imaginelearning.com/content/itemengine-assets-staging/v2/author-loader-nocache.js",
11
11
  "admin_username": "demouser-ilc",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "itemengine-cypress-automation",
3
- "version": "1.0.536-IEI-6942-22f1de0.0",
3
+ "version": "1.0.536-IEI-6990-d55e26c.0",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -1,30 +0,0 @@
1
- global:
2
- team: itemengine
3
- name: item-engine-ui-dnd-categories
4
- type: integration_test
5
-
6
- variables:
7
- START_TIME: "$(date +%s)"
8
-
9
- deployment:
10
- job:
11
- backoffLimit: 25
12
- activeDeadlineSeconds: 7200
13
- parallelism: 7
14
- completions: 7
15
-
16
- image:
17
- cmd: /ie-e2e/deploy/DNDIntoCategoriesQuestion/run.sh
18
-
19
- resources:
20
- limits:
21
- memory: 8446Mi
22
- cpu: 5000m
23
- requests:
24
- memory: 4096Mi
25
- cpu: 2000m
26
-
27
- env:
28
- instance:
29
- - name: START_TIME
30
- value: "${{ variables.START_TIME }}"
@@ -1,30 +0,0 @@
1
- global:
2
- team: itemengine
3
- name: item-engine-ui-audio-response
4
- type: integration_test
5
-
6
- variables:
7
- START_TIME: "$(date +%s)"
8
-
9
- deployment:
10
- job:
11
- backoffLimit: 25
12
- activeDeadlineSeconds: 7200
13
- parallelism: 7
14
- completions: 7
15
-
16
- image:
17
- cmd: /ie-e2e/deploy/audioResponseQuestion/run.sh
18
-
19
- resources:
20
- limits:
21
- memory: 8446Mi
22
- cpu: 5000m
23
- requests:
24
- memory: 4096Mi
25
- cpu: 2000m
26
-
27
- env:
28
- instance:
29
- - name: START_TIME
30
- value: "${{ variables.START_TIME }}"
@@ -1,30 +0,0 @@
1
- global:
2
- team: itemengine
3
- name: item-engine-data-api
4
- type: integration_test
5
-
6
- variables:
7
- START_TIME: "$(date +%s)"
8
-
9
- deployment:
10
- job:
11
- backoffLimit: 25
12
- activeDeadlineSeconds: 7200
13
- parallelism: 1
14
- completions: 1
15
-
16
- image:
17
- cmd: /ie-e2e/deploy/dataApi/run.sh
18
-
19
- resources:
20
- limits:
21
- memory: 8446Mi
22
- cpu: 5000m
23
- requests:
24
- memory: 4096Mi
25
- cpu: 2000m
26
-
27
- env:
28
- instance:
29
- - name: START_TIME
30
- value: "${{ variables.START_TIME }}"
@@ -1,30 +0,0 @@
1
- global:
2
- team: itemengine
3
- name: itemengine-cypress-automation
4
- type: integration_test
5
-
6
- variables:
7
- START_TIME: "$(date +%s)"
8
-
9
- deployment:
10
- job:
11
- backoffLimit: 100
12
- activeDeadlineSeconds: 10800
13
- parallelism: 15
14
- completions: 15
15
-
16
- image:
17
- cmd: /ie-e2e/deploy/e2e/run.sh
18
-
19
- resources:
20
- limits:
21
- memory: 16Gi
22
- cpu: 8
23
- requests:
24
- memory: 8Gi
25
- cpu: 4
26
-
27
- env:
28
- instance:
29
- - name: START_TIME
30
- value: "${{ variables.START_TIME }}"
@@ -1,30 +0,0 @@
1
- global:
2
- team: itemengine
3
- name: item-engine-ui-essay-response
4
- type: integration_test
5
-
6
- variables:
7
- START_TIME: "$(date +%s)"
8
-
9
- deployment:
10
- job:
11
- backoffLimit: 25
12
- activeDeadlineSeconds: 7200
13
- parallelism: 7
14
- completions: 7
15
-
16
- image:
17
- cmd: /ie-e2e/deploy/essayQuestion/run.sh
18
-
19
- resources:
20
- limits:
21
- memory: 8446Mi
22
- cpu: 5000m
23
- requests:
24
- memory: 4096Mi
25
- cpu: 2000m
26
-
27
- env:
28
- instance:
29
- - name: START_TIME
30
- value: "${{ variables.START_TIME }}"
@@ -1,30 +0,0 @@
1
- global:
2
- team: itemengine
3
- name: item-engine-ui-feedback-scale
4
- type: integration_test
5
-
6
- variables:
7
- START_TIME: "$(date +%s)"
8
-
9
- deployment:
10
- job:
11
- backoffLimit: 25
12
- activeDeadlineSeconds: 7200
13
- parallelism: 7
14
- completions: 7
15
-
16
- image:
17
- cmd: /ie-e2e/deploy/feedbackScaleQuestion/run.sh
18
-
19
- resources:
20
- limits:
21
- memory: 8446Mi
22
- cpu: 5000m
23
- requests:
24
- memory: 4096Mi
25
- cpu: 2000m
26
-
27
- env:
28
- instance:
29
- - name: START_TIME
30
- value: "${{ variables.START_TIME }}"
@@ -1,30 +0,0 @@
1
- global:
2
- team: itemengine
3
- name: item-engine-ui-fig-text
4
- type: integration_test
5
-
6
- variables:
7
- START_TIME: "$(date +%s)"
8
-
9
- deployment:
10
- job:
11
- backoffLimit: 25
12
- activeDeadlineSeconds: 7200
13
- parallelism: 7
14
- completions: 7
15
-
16
- image:
17
- cmd: /ie-e2e/deploy/fillInTheGapsQuestion/run.sh
18
-
19
- resources:
20
- limits:
21
- memory: 8446Mi
22
- cpu: 5000m
23
- requests:
24
- memory: 4096Mi
25
- cpu: 2000m
26
-
27
- env:
28
- instance:
29
- - name: START_TIME
30
- value: "${{ variables.START_TIME }}"
@@ -1,30 +0,0 @@
1
- global:
2
- team: itemengine
3
- name: item-engine-ui-graphing
4
- type: integration_test
5
-
6
- variables:
7
- START_TIME: "$(date +%s)"
8
-
9
- deployment:
10
- job:
11
- backoffLimit: 25
12
- activeDeadlineSeconds: 7200
13
- parallelism: 7
14
- completions: 7
15
-
16
- image:
17
- cmd: /ie-e2e/deploy/graphingQuestion/run.sh
18
-
19
- resources:
20
- limits:
21
- memory: 8446Mi
22
- cpu: 5000m
23
- requests:
24
- memory: 4096Mi
25
- cpu: 2000m
26
-
27
- env:
28
- instance:
29
- - name: START_TIME
30
- value: "${{ variables.START_TIME }}"
@@ -1,30 +0,0 @@
1
- global:
2
- team: itemengine
3
- name: item-engine-ui-image-highlight
4
- type: integration_test
5
-
6
- variables:
7
- START_TIME: "$(date +%s)"
8
-
9
- deployment:
10
- job:
11
- backoffLimit: 25
12
- activeDeadlineSeconds: 7200
13
- parallelism: 7
14
- completions: 7
15
-
16
- image:
17
- cmd: /ie-e2e/deploy/imageHighlightQuestion/run.sh
18
-
19
- resources:
20
- limits:
21
- memory: 8446Mi
22
- cpu: 5000m
23
- requests:
24
- memory: 4096Mi
25
- cpu: 2000m
26
-
27
- env:
28
- instance:
29
- - name: START_TIME
30
- value: "${{ variables.START_TIME }}"
@@ -1,30 +0,0 @@
1
- global:
2
- team: itemengine
3
- name: item-engine-ui-list-ordering
4
- type: integration_test
5
-
6
- variables:
7
- START_TIME: "$(date +%s)"
8
-
9
- deployment:
10
- job:
11
- backoffLimit: 25
12
- activeDeadlineSeconds: 7200
13
- parallelism: 7
14
- completions: 7
15
-
16
- image:
17
- cmd: /ie-e2e/deploy/listOrderingQuestion/run.sh
18
-
19
- resources:
20
- limits:
21
- memory: 8446Mi
22
- cpu: 5000m
23
- requests:
24
- memory: 4096Mi
25
- cpu: 2000m
26
-
27
- env:
28
- instance:
29
- - name: START_TIME
30
- value: "${{ variables.START_TIME }}"
@@ -1,30 +0,0 @@
1
- global:
2
- team: itemengine
3
- name: itemengine-cypress-automation-migration-test
4
- type: integration_test
5
-
6
- variables:
7
- START_TIME: "$(date +%s)"
8
-
9
- deployment:
10
- job:
11
- backoffLimit: 25
12
- activeDeadlineSeconds: 7200
13
- parallelism: 11
14
- completions: 11
15
-
16
- image:
17
- cmd: /ie-e2e/deploy/migration/run.sh
18
-
19
- resources:
20
- limits:
21
- memory: 8446Mi
22
- cpu: 5000m
23
- requests:
24
- memory: 4096Mi
25
- cpu: 2000m
26
-
27
- env:
28
- instance:
29
- - name: START_TIME
30
- value: "${{ variables.START_TIME }}"
@@ -1,30 +0,0 @@
1
- global:
2
- team: itemengine
3
- name: item-engine-ui-multiple-selection
4
- type: integration_test
5
-
6
- variables:
7
- START_TIME: "$(date +%s)"
8
-
9
- deployment:
10
- job:
11
- backoffLimit: 25
12
- activeDeadlineSeconds: 7200
13
- parallelism: 7
14
- completions: 7
15
-
16
- image:
17
- cmd: /ie-e2e/deploy/multipleSelectionQuestion/run.sh
18
-
19
- resources:
20
- limits:
21
- memory: 8446Mi
22
- cpu: 5000m
23
- requests:
24
- memory: 4096Mi
25
- cpu: 2000m
26
-
27
- env:
28
- instance:
29
- - name: START_TIME
30
- value: "${{ variables.START_TIME }}"
@@ -1,30 +0,0 @@
1
- global:
2
- team: itemengine
3
- name: item-engine-ui-reading-ruler
4
- type: integration_test
5
-
6
- variables:
7
- START_TIME: "$(date +%s)"
8
-
9
- deployment:
10
- job:
11
- backoffLimit: 25
12
- activeDeadlineSeconds: 7200
13
- parallelism: 7
14
- completions: 7
15
-
16
- image:
17
- cmd: /ie-e2e/deploy/resourcesAndToolsQuestion/run.sh
18
-
19
- resources:
20
- limits:
21
- memory: 8446Mi
22
- cpu: 5000m
23
- requests:
24
- memory: 4096Mi
25
- cpu: 2000m
26
-
27
- env:
28
- instance:
29
- - name: START_TIME
30
- value: "${{ variables.START_TIME }}"
@@ -1,30 +0,0 @@
1
- global:
2
- team: itemengine
3
- name: itemengine-cypress-automation-smoke-test
4
- type: integration_test
5
-
6
- variables:
7
- START_TIME: "$(date +%s)"
8
-
9
- deployment:
10
- job:
11
- backoffLimit: 25
12
- activeDeadlineSeconds: 7200
13
- parallelism: 15
14
- completions: 15
15
-
16
- image:
17
- cmd: /ie-e2e/deploy/smoke/run.sh
18
-
19
- resources:
20
- limits:
21
- memory: 8446Mi
22
- cpu: 5000m
23
- requests:
24
- memory: 4096Mi
25
- cpu: 2000m
26
-
27
- env:
28
- instance:
29
- - name: START_TIME
30
- value: "${{ variables.START_TIME }}"
@@ -1,30 +0,0 @@
1
- global:
2
- team: itemengine
3
- name: item-engine-ui-text-entry-math
4
- type: integration_test
5
-
6
- variables:
7
- START_TIME: "$(date +%s)"
8
-
9
- deployment:
10
- job:
11
- backoffLimit: 25
12
- activeDeadlineSeconds: 7200
13
- parallelism: 7
14
- completions: 7
15
-
16
- image:
17
- cmd: /ie-e2e/deploy/textEntryMathQuestion/run.sh
18
-
19
- resources:
20
- limits:
21
- memory: 8446Mi
22
- cpu: 5000m
23
- requests:
24
- memory: 4096Mi
25
- cpu: 2000m
26
-
27
- env:
28
- instance:
29
- - name: START_TIME
30
- value: "${{ variables.START_TIME }}"
@@ -1,30 +0,0 @@
1
- global:
2
- team: itemengine
3
- name: item-engine-ui-think-sphere
4
- type: integration_test
5
-
6
- variables:
7
- START_TIME: "$(date +%s)"
8
-
9
- deployment:
10
- job:
11
- backoffLimit: 25
12
- activeDeadlineSeconds: 7200
13
- parallelism: 7
14
- completions: 7
15
-
16
- image:
17
- cmd: /ie-e2e/deploy/thinkSphere/run.sh
18
-
19
- resources:
20
- limits:
21
- memory: 8446Mi
22
- cpu: 5000m
23
- requests:
24
- memory: 4096Mi
25
- cpu: 2000m
26
-
27
- env:
28
- instance:
29
- - name: START_TIME
30
- value: "${{ variables.START_TIME }}"