defenseunicorns / leapfrogai

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

chore(ui): fix e2es with new lf api #638

Closed andrewrisse closed 2 months ago

andrewrisse commented 3 months ago

Now that we are using LF API, we don't need to worry about request limiting from OpenAI causing our E2Es to fail. We haven't been able to check that all of these are working again lately, so ensure they are all working.

Also refactor test setups and cleanups to avoid tests being flaky and affecting each other if they run setup/cleanup commands at the same time and affect each other.

justinthelaw commented 3 months ago

Bumping for new EPIC around Made for UDS: https://github.com/defenseunicorns/uds-common/blob/main/docs/uds-package-practices.md#testing

andrewrisse commented 2 months ago

closed by #713