defenseunicorns / leapfrogai

Production-ready Generative AI for local, cloud native, airgap, and edge deployments.
https://leapfrog.ai
Apache License 2.0
262 stars 29 forks source link

chore(ui): enable all playwright tests #894

Open andrewrisse opened 3 months ago

andrewrisse commented 3 months ago

Once we have sufficient runners, enable all Playwright tests in the workflow (CI environment). Currently, only a few are being run.

andrewrisse commented 2 months ago

After attempting to enable the chat.test.ts tests, only the test that utilizes an assistant works : 'it can chat with an assistant that doesnt have files' The other chat tests all fail with a failure to get a response from the backend. It was unknown was this error was, as there was no way currently in place to view the api pod logs from the workflow run.

These tests when running playwright tests with a locally running frontend against leapfrog-04. The app also works when tested manually for these tests, so it seems to be just a workflow issue.