Skip to content

Adding another browser extension #289

Answered by drptbl
aidan-starke asked this question in Q&A
Discussion options

You must be logged in to vote

Hey @aidan-starke, sorry for late answer.

You would have to add a support for this extension in synpress. Probably very similar to what you did using plugin mentioned above.

To make it work, you will have to do these:

  1. Prepare unpacked folder with Chrome extension (CENNZnet wallet?):
    https://github.com/Synthetixio/synpress/blob/dev/plugins/index.js#L38
    You can see that I'm always fetching specific or latest metamask version from their github above. You would have to do similar thing for your extension.
  2. Load extension in browser:
    https://github.com/Synthetixio/synpress/blob/dev/plugins/index.js#L41
    After you've prepared your extension folder, provide the path to it for synpress, so that br…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@aidan-starke
Comment options

@drptbl
Comment options

@aidan-starke
Comment options

Answer selected by drptbl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants