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

Automate the Cypress Chrome Recorder publishing #48

Open
jordanpowell88 opened this issue Jan 4, 2023 · 0 comments
Open

Automate the Cypress Chrome Recorder publishing #48

jordanpowell88 opened this issue Jan 4, 2023 · 0 comments

Comments

@jordanpowell88
Copy link
Contributor

jordanpowell88 commented Jan 4, 2023

Currently the repo doesn't handle publishing. We need to generate and add this manifest.json file as part of the yarn build step:

{
  "manifest_version": 3,
  "version": "1.1.0",
  "name": "Cypress Chrome Recorder",
  "description": "Cypress extension for DevTools that allows you to export tests directly from the Recorder panel.",
  "permissions": [],
  "devtools_page": "DevToolsPlugin.html",
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "minimum_chrome_version": "104.0.0.0",
  "icons": {
    "16": "icon_16x16.png",
    "32": "icon_32x32.png",
    "48": "icon_48x48.png",
    "128": "icon_128x128.png"
  }
}

Ideally we could then make the publishing automated as part of CI if possible as well

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

No branches or pull requests

1 participant