Skip to content

Instantly share code, notes, and snippets.

@nothingismagick
Last active June 3, 2018 20:15
Show Gist options
  • Save nothingismagick/f0c3e3d44378e10078948aa271aa389a to your computer and use it in GitHub Desktop.
Save nothingismagick/f0c3e3d44378e10078948aa271aa389a to your computer and use it in GitHub Desktop.
problematic approaches to quasar e2e testing in cypress
  • using vue state to construct triggers in cypress (prebaked vue.state interaction antipattern
  • non-standard browser behaviour of clicking "un-clickable" components {force: true} (not proof of integration)
  • non-standard browser behaviour of clicking everything at the same time {force: true, multiple: true} (not proof of integration)
  • X,Y-clicking works, then you are measuring not reading the dom the offset and click there. (mistaking the map for the territory")
  • repurposing existing schemas is only slightly better than bumping schema versions (idempotency lost)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment