Update the Testcases + Travis Integration#141
Update the Testcases + Travis Integration#141sgraband wants to merge 2 commits intoeclipsesource:masterfrom
Conversation
|
@CamilleLetavernier seems like i forgot to take the changes of #140 into account. However i have trouble getting the current master to run. When i try to run yarn locally i get the following error: Do you know what could cause this or how to fix it? |
|
You need to install/use Node 10.x: https://github.com/eclipse-theia/theia/blob/master/doc/Developing.md Apparently, the required Node version for Theia changed in 0.9.0 |
367e48f to
6c8863a
Compare
|
Ok so i updated my node version and improved the tests for the new GLSP version. It seems like the update broke the layouting(#142), therefore another two tests are failing. |
Tests now have a seperate workspace for easier execution and to make them more robust. Currently the tests are running in a third Travis Build, next to the maven and yarn builds. However, since the tests require maven and yarn to be run, these tests could be put together in the future. Right now two tests are failing due to eclipsesource#103. Signed-off-by: Simon Graband <simon.graband@tum.de>
Tests now have a seperate workspace for easier execution and to make them more robust. Currently the tests are running in a third Travis Build, next to the maven and yarn builds. However, since the tests require maven and yarn to be run, these tests could be put together in the future.
Right now two tests are failing due to #103.
Resolves #17.
Signed-off-by: Simon Graband simon.graband@tum.de