diff --git a/ayanova/cypress.json b/ayanova/cypress.json index 470c7201..b8a9a751 100644 --- a/ayanova/cypress.json +++ b/ayanova/cypress.json @@ -1,3 +1,8 @@ { - "pluginsFile": "tests/e2e/plugins/index.js" -} + "pluginsFile": "tests/e2e/plugins/index.js", + "baseUrl": "http://localhost:8080", + "env": { + "adminusername": "manager", + "adminpassword": "l3tm3in" + } +} \ No newline at end of file diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index f739915f..a007248b 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -49,12 +49,6 @@ CURRENT TODOs @@@@@@@@@@@ ROADMAP STAGE 2: -todo: update all dependencies - - Widget form: After update now the controls show broken rule color for some reason and dirty checking isn't working as save doesn't enabled - - better test other stuff too, just did a quickie (looks like it's an issue with the rule processor for forms adn the dirty checking or input event) - - No errors in console, just acting weird - - Actually, it *knows* it's dirty because I get unsaved changes error, just doesn't enable the save button and displays as if there are broken rules but no text to go with - todo: Client automated testing - Need several as basis for all future, make sure it's right. diff --git a/ayanova/package.json b/ayanova/package.json index 8b62eb4e..89c1f625 100644 --- a/ayanova/package.json +++ b/ayanova/package.json @@ -7,6 +7,7 @@ "build": "vue-cli-service build", "test:unit": "vue-cli-service test:unit", "test:e2e": "vue-cli-service test:e2e", + "test:front": "vue-cli-service test:e2e --url http://localhost:8080", "lint": "vue-cli-service lint", "myLint": "npm run lint" }, diff --git a/ayanova/src/App.vue b/ayanova/src/App.vue index 097b0cb4..02fa1793 100644 --- a/ayanova/src/App.vue +++ b/ayanova/src/App.vue @@ -19,13 +19,13 @@ :prepend-icon="item.icon" :value="false" :key="item.key" + :data-cy="item.testid" > -