itemengine-cypress-automation 1.0.10 → 1.0.12

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.
@@ -1,6 +1,6 @@
1
1
  // currents.config.js
2
2
  module.exports = {
3
- projectId: "ImagineLearning/itemengine-cypress-automation", // the projectId, can be any values for sorry-cypress users
4
- recordKey: "ImagineLearning/itemengine-cypress-automation", // the record key, can be any value for sorry-cypress users
5
- cloudServiceUrl: "https://cypress-director.imaginelearning.engineering/"//"http://0.0.0.0:1234", // Sorry Cypress users - set the director service URL
3
+ projectId: "ImagineLearning/itemengine-cypress-automation",
4
+ recordKey: "ImagineLearning/itemengine-cypress-automation",
5
+ cloudServiceUrl: "https://cypress-director.imaginelearning.engineering/"
6
6
  };