This commit is contained in:
@@ -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 ##
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -98,7 +98,6 @@ export default {
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
enableCypress: true,
|
||||
obj: [],
|
||||
concurrency: undefined,
|
||||
formCustomTemplateKey: this.$route.params.formCustomTemplateKey,
|
||||
|
||||
Reference in New Issue
Block a user