cuddly-stone-46263
04/06/2022, 6:16 PMproud-gpu-14798
04/06/2022, 6:19 PMbitter-fountain-36713
04/06/2022, 6:20 PMcuddly-stone-46263
04/06/2022, 6:21 PMbitter-fountain-36713
04/06/2022, 6:24 PMgorgeous-eve-22810
04/06/2022, 8:22 PMproud-gpu-14798
04/06/2022, 8:53 PMcy.get()
command and you don't opt to chain commands like parent()
etc. Plus, storing your locators in a dict is 1/2 of the way towards a page object, right? So, I'm back to a page object which stores the locators, exposes them to the tests, and can also leverage them in custom per-page helper methods. I certainly don't claim to be an expert. But a single line my test looks like this exercise.typeExerciseCode("1+1");
vs whatever the many lines of raw Cypress commands would look like, and I've used that method 27 times in my test suite thus far.