INTO-CPS-Association / DTaaS

:factory: :left_right_arrow: :busts_in_silhouette: Digital Twin as a Service
https://into-cps-association.github.io/DTaaS/
Other
112 stars 56 forks source link

Playwright tests fail for react website #320

Closed prasadtalasila closed 1 month ago

prasadtalasila commented 11 months ago

The end-to-end tests of react website use gitlab.com as OAuth provider. Gitlab has recently enabled the capcha during the authentication. Hence, the playwright tests fail. This problem is also the cause for failure of lib microservice tests mentioned in issue #167

prasadtalasila commented 11 months ago

It is best to fix issue #45 along with this issue.

prasadtalasila commented 10 months ago

Since we are going to use a dedicated installation of gitlab for DTaaS, we should run tests with this dedicated instance. We will then avoid the caphcha problem.

prasadtalasila commented 1 month ago

PR #871 fixes the issue.