itemengine-cypress-automation 1.0.10 → 1.0.11

Sign up to get free protection for your applications and to get access to all the features.
@@ -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
  };