-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
CI: Remove Travis, fix TeamCity, rework E2E on CircleCI #14522
Conversation
6578b97
to
75151e3
Compare
Hey @Hypnosphi, I'm trying to fix the TeamCity builds but I don't know much about it, is there a simple way to run the builds with the updates I made in this branch? Because if I understand correctly it's always using the I would be glad to discuss that on discord, feels free to ping me (same username as here ;)) |
I changed the configuration to use settings from PR branch by default and re-started the build: https://storybook.beta.teamcity.com/buildConfiguration/Hosted_Root_TestWorkflow/126136 |
Thanks! I should be able to fix the failing jobs ;) and will let you know if I need some extra support. |
94a8e7c
to
4a987f2
Compare
2896a1e
to
257444f
Compare
257444f
to
034bb6c
Compare
New layout: - `e2e-tests-core` for "officially" supported frameworks : Vue + Angular (+ React + Web Components in e2e-tests-pnp) - `e2e-tests-extended` for other frameworks: Preact, Svelte, Riot, Rax etc - `e2e-tests-pnp` for some frameworks/setups compatible with PnP: React + WC
Previously Cypress was installed manually to be sure to run with Node 10. We can now use the docker images provided by Cypress team (at least for the 6.8) because they are based on Node 12, the one we are using across the CI.
Also, fix the behavior and trigger a new run each time a label is set/unset on a PR.
021fc11
to
bfc1912
Compare
What I did
e2e-tests-core
for "officially" supported frameworks : Vue + Angular (+ React + Web Components in e2e-tests-pnp)e2e-tests-extended
for other frameworks: Preact, Svelte, Riot, Rax etce2e-tests-pnp
for some frameworks/setups compatible with PnP: React + WCHow to test