Tariq Hasan
Tariq Hasan
Is the issue occurring due to test flakiness? If so, do you have any suggestion on how to remove the error? @kimwnasptd @ederign It looks to be that the element...
@thesuperzapper For `jupyter` I upgraded Cypress to 13.14.0 instead of 13.13.3: https://github.com/kubeflow/kubeflow/pull/7637/commits/8a74e01fdee2aef63cfe0d4516a35e2d9eb091cd#diff-9f86874cf004f00e992b404d1a7469dca7d5a93f3def85ab82c7b1e998ccd38cL68. I was wondering if you would be able to trigger the workflow again.
This is actually odd behavior. The tests happen to succeed or fail at random when running on my local or on a copy of the branch in Github Actions.
Hi @andreyvelich The issue is specific to cypress and not a bug in the code. It is also a well-documented problem: https://github.com/cypress-io/cypress/issues/7306. When running the application from a development server...
Is Cypress an absolute necessity for these tests - in so far as Jupyter is concerned? What options for frameworks do we have other than Cypress than can run the...
I have replaced Cypress with Playwright for the e2e tests in Jupyter. Can you please re-run the workflows? @thesuperzapper
Thanks for running the workflows. JWA Frontend Tests have passed finally! Can we re-run CentralDashboard-angular Frontend Tests? I have not seen this fail before.
All the tests have passed. Thanks @andreyvelich and @thesuperzapper. Please review and let me know if anything needs to be changed @kimwnasptd @thesuperzapper @orfeas-k.
Hi @andreyvelich I am deploying the Docker images to verify that all WebApps (Jupyter WebApp, TensorBoard, Volumes WebApp) are working. I will update here shortly.
There was a flag removed from the build scripts that I have added back in. All the web apps - Jupyter, TensorBoards and Volumes - are functional from my local...