Synthetixio / synpress

Synpress is e2e testing framework based on Cypress.io and playwright with support for metamask.

Home Page:https://synpress.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Required BrowserStack support for CI

Jineshdarjee opened this issue · comments

Is your feature request related to a problem? Please describe.
Currently not able to run the synpress in BrowserStack. It's quite useful for CI.

Describe the solution you'd like
With help of the BrowserStack support, We can directly run our scripts into BrowserStack.

Can you please elaborate more on what will be the benefits of using Synpress with BrowserStack? And how it should work? Thanks in advance!

@neuodev Thank You, For the response.

Hope you are doing well.

Problem statement:
Currently, When we set up the CI pipelines for the test case execution. we are not allowed to run Synpress on the Linux Server because Chrome browser would not available on it. and with the help of BrowserStack integration, We will able to run Synpress on the Linux Server and we can able to set up the CI Pipelines with SynPress Scripting.

How it should work:
For cypress script support we have browserstack-cypress-cli tool, So we can easily run our cypress in browserstack and It's working smoothly in CI Pipeline also. So like that, we need Sypress Support with the BrowserStack.

@neuodev Any update?