Gleb Bahmutov

Results 551 comments of Gleb Bahmutov

I would prefer to hold off. One big issue is that we don’t have full end to end testing to prevent accidental breaking changes Sent from my iPhone > On...

To better understand what is going on, please provide a circle.yml file AND resolved Circle config (https://github.com/cypress-io/circleci-orb#effective-config) that shows how the orb is resolved

it would be nice, and pull requests are welcome - I would use `cy.task` for this!

Oh nice, seems Circle people thought about it too: https://github.com/CircleCI-Public/config-preview-sdk/blob/master/docs/orbs-cd.md

@brandonb927 thank you for trying this out :) So I have JS spec example (without TS transpile) here https://github.com/bahmutov/cypress-dark-example and it works as is. To find where the problem happens...

I saw you forked it - looking forward, don’t rush cause I don’t know when I will have time to get to it unfortunately Sent from my iPhone > On...

You mean ``` services: web: image: apache build: ./webapp ... e2e: image: cypress build: ./e2e ``` `image` is Docker image, and `build` if the folder, no?

I don't have plans to implement this any time soon. I suggest using https://github.com/bahmutov/start-server-and-test maybe to start multiple services, wait for them to respond, then run tests.

I would love someone to implement this, because I am not sure how it would work - don't you need to implement different paths to cache, for example?

You can look at the src/orb.yml to see how to implement this, maybe it’s not too bad Sent from my iPhone > On Jun 5, 2020, at 12:19, Alexander Tsepkov...