itemengine-cypress-automation 1.0.176 → 1.0.177-contentBlocksScript-333ddc9.0
Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,9 @@
|
|
1
1
|
import { migrationScript } from "../../support/migrationHelpers/migrationScript"
|
2
2
|
|
3
|
-
let referenceIds =
|
3
|
+
let referenceIds = ['#182 RL.6.1 RL.6.3 RL.6.4 RL.6.6 Reading Literature Craft and Structure Key Ideas and Details ELA-Literacy 06',
|
4
|
+
'#307 RL.4.1 Reading Literature Key Ideas and Details ELA-Literacy 04',
|
5
|
+
'#309 RI.4.9 RL.4.9 W.4.2 W.4.4 Reading Literature Reading Informational Text Writing Integration of Knowledge and Ideas Production and Distribution of',
|
6
|
+
'#310 RL.5.1 RL.5.2 Reading Literature Key Ideas and Details ELA-Literacy 05',
|
7
|
+
'#311 RL.5.3 Reading Literature Key Ideas and Details ELA-Literacy 05']//JSON.parse(Cypress.env('referenceIds')).slice(50, 100);
|
4
8
|
|
5
9
|
migrationScript(referenceIds);
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "itemengine-cypress-automation",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.177-contentBlocksScript-333ddc9.0",
|
4
4
|
"description": "",
|
5
5
|
"main": "index.js",
|
6
6
|
"scripts": {
|
@@ -35,4 +35,4 @@
|
|
35
35
|
"node-fetch": "^3.3.2",
|
36
36
|
"react-uuid": "^2.0.0"
|
37
37
|
}
|
38
|
-
}
|
38
|
+
}
|