itemengine-cypress-automation 1.0.10 → 1.0.12
Sign up to get free protection for your applications and to get access to all the features.
- package/currents.config.js +3 -3
- package/cypress/e2e/ILC/ShortTextResponse/shortTextResponseAdditionalSettings.js +861 -0
- package/cypress/e2e/ILC/ShortTextResponse/shortTextResponseAutoScoredScoring.js +418 -0
- package/cypress/e2e/ILC/ShortTextResponse/shortTextResponseEditTabBasicSections.js +587 -0
- package/cypress/e2e/ILC/ShortTextResponse/shortTextResponseEditTabScoringSection.js +99 -0
- package/cypress/e2e/ILC/ShortTextResponse/shortTextResponseHeaderSection.js +109 -0
- package/cypress/e2e/ILC/ShortTextResponse/shortTextResponseManuallyScoredNonScoredScoringSection.js +120 -0
- package/cypress/support/commands.js +4 -4
- package/cypress/support/e2e.js +0 -1
- package/cypress/support/helpers/accessibility.js +2 -2
- package/cypress.config.js +0 -2
- package/deploy.yaml +2 -2
- package/package.json +6 -3
- package/scripts/sorry-cypress.mjs +2 -7
package/currents.config.js
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
// currents.config.js
|
2
2
|
module.exports = {
|
3
|
-
projectId: "ImagineLearning/itemengine-cypress-automation",
|
4
|
-
recordKey: "ImagineLearning/itemengine-cypress-automation",
|
5
|
-
cloudServiceUrl: "https://cypress-director.imaginelearning.engineering/"
|
3
|
+
projectId: "ImagineLearning/itemengine-cypress-automation",
|
4
|
+
recordKey: "ImagineLearning/itemengine-cypress-automation",
|
5
|
+
cloudServiceUrl: "https://cypress-director.imaginelearning.engineering/"
|
6
6
|
};
|