Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable cy.rightclick capture, and mouse coordinates #155

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

mustyoshi
Copy link

@mustyoshi mustyoshi commented Jul 2, 2020

"build": "npx tsc --noEmit && npx parcel build ./src/popup/index.html ./src/background/background.ts ./src/content-scripts/eventRecorder.ts && cp ./src/manifest.json ./dist/ && cp ./src/assets/images/* ./dist",

  • I was running into issues trying to load the unpacked extension because it didn't copy that stuff for me

Draft because I haven't actually tested it in Cypress yet.

mustyoshi added 2 commits July 2, 2020 19:19
- Added the contextmenu capturing
  - Follows same format as standard clicks, I think RCLICK is a short and sweet name, but open to changing
- Enabled capturing of mouse position relative to the click element
  - https://docs.cypress.io/api/commands/click.html#Arguments
- I was running into issues trying to load the unpacked extension because it didn't copy that stuff for me
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant