Shahar Moshe Refaeli

Results 5 comments of Shahar Moshe Refaeli

+1 - Our company uses Cypress now and we want to move to playwright with Python (because our reason). To be sure we test the our electron application

@MindaugasMateika Excellent idea and also, playwright act like cypress with selectors element and they used only CSS, and you have to find just the id by: "#yourIdseletor"

@guodeo If we compare it to js, with js there is configuration so the playwright acts a little like a framework and less then a library. My recommendation is to...

@Alexey-Ayupov My workaround for that on **Azure DevOps Pipelines ** is to pass the path of the docker-compose plugin (of course before it needs to install it on the Agents...

@badeball I mean that - O run one time : > npx cypress run And the test result continues only the result of the last test