Add e2e test for assistant creation/edit (#4597)

* Add e2e test for assistant creation/edit

* Skip initial full reset to have seeded connector
This commit is contained in:
Chris Weaver
2025-04-25 13:21:34 -07:00
committed by GitHub
parent 9835d55ecb
commit d711680069
3 changed files with 273 additions and 1 deletions

View File

@@ -10,6 +10,7 @@ env:
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
GEN_AI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
MOCK_LLM_RESPONSE: true
PYTEST_PLAYWRIGHT_SKIP_INITIAL_FULL_RESET: true
jobs:
playwright-tests: