From 40f1d676076f1ef229ba83fb243db7eee7f9a03c Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Thu, 29 Apr 2021 20:03:32 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 23 ++++++++++++++--------- ayanova/src/views/ay-customize.vue | 1 - 2 files changed, 14 insertions(+), 10 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 8f9e11e0..9f98aaff 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -130,6 +130,17 @@ todo: it's a bit hard to click on a single digit or character link in a data tab todo: WHEN HAVE WORKORDER FORM customer alert notes todo: remove widget now? Back and front (comment out obvs not remove entirely) +todo: cypress testing for load testing etc + has to be done manually, there is a good idea in the comment here: + https://stackoverflow.com/a/51197403/8939 + basically, init a new vue ui project, commit it, then add e2e plugin then recommit to see what all changed so can then manually remove that from main project + Look at moving to a standalone Cypress setup, why bother with the one built into vue ui, it doesn't seem to offer any benefits to doing it alone + this way can be fully up to date etc + https://www.cypress.io/ + Remove from vue ui project but make copy of tests first + then make new project folder for this and put the tests there + install standalone cypress and go it without vue stuff + ## SERVER MISC ITEMS @@ -275,15 +286,9 @@ todo: many biz objects are not using new PUT methodology -CURRENTLY DOING: Move cypress testing out of vue project and into it's own project +CURRENTLY DOING: front end full in + -todo: cypress testing for load testing etc - Look at moving to a standalone Cypress setup, why bother with the one built into vue ui, it doesn't seem to offer any benefits to doing it alone - this way can be fully up to date etc - https://www.cypress.io/ - Remove from vue ui project but make copy of tests first - then make new project folder for this and put the tests there - install standalone cypress and go it without vue stuff OVERALL @@ -295,7 +300,7 @@ OVERALL - Keep working on front and back responds to front needs as I go - load and stress test on client This one really needs a e2e test that works and will hammer it so we can run that from multiple locations - - ## Try to find every thing that will matter when more collections are added now, ensure a full flow from start to stop and everything in between to try to catch any gotchas now before get too deep into it ## + diff --git a/ayanova/src/views/ay-customize.vue b/ayanova/src/views/ay-customize.vue index 728deae1..e24ad4c1 100644 --- a/ayanova/src/views/ay-customize.vue +++ b/ayanova/src/views/ay-customize.vue @@ -98,7 +98,6 @@ export default { }, data() { return { - enableCypress: true, obj: [], concurrency: undefined, formCustomTemplateKey: this.$route.params.formCustomTemplateKey,