-
Notifications
You must be signed in to change notification settings - Fork 19
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
Added new workflow for the new web package #515
Added new workflow for the new web package #515
Conversation
✅ Deploy Preview for thingweb-playground ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
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.
Other than the comment above, it is looking good
@SergioCasCeb I am not sure why the test is failing (timeout but why?). Any ideas? |
…Ceb/playground into playwright-ci-workflow
…Ceb/playground into playwright-ci-workflow
By utilizing the information about the duration of the new tests (which should be around 15 - 16 minutes in optimal conditions), the new timeout limit has been increased to 18 minutes to account for the duration of the tests as well as a small extra leeway to account for any other possible delays
By utilizing the information about the duration of the new tests (which should be around 15 - 16 minutes in optimal conditions), the new timeout limit has been increased to 18 minutes to account for the duration of the tests as well as a small extra leeway to account for any other possible delays
…Ceb/playground into playwright-ci-workflow
We need to create the server within the test file like in: https://github.com/eclipse-thingweb/playground/blob/master/packages/web/test.js#L38 |
…Ceb/playground into playwright-ci-workflow
This is a new CI Workflow for testing the new web package with Playwright.