-
Notifications
You must be signed in to change notification settings - Fork 3
run playwright tests with temporary workspaces #437
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
Conversation
ivy-cst
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You removed the docker way and do installations again on the build host istelf. I think this is not the way we want to go.
Why did you change that in this way?
What do you think @alexsuter?
The goal of this PR is that each test has its own isolated ivy project. To achieve this, I need to have the built extension, playwright, openvscode server, node, java and maven in one place. Now that this temporary test workspace is working, possible next steps are to get this running again with Docker and also run the openvsocde intergration on github. |
Ok, why on github? |
because I want to compare with our internal build node 😽 |
|
💋 |

& cleaup