feature/ASSIST-1596-playwright-e2e-test - #1237
Draft
chopkinsmade wants to merge 1 commit into
Draft
Conversation
Contributor
Dependency ReviewThe following issues were found:
Vulnerabilitiesdjango_app/tests/e2e/poetry.lock
OpenSSF ScorecardScorecard details
Scanned Files
|
chopkinsmade
force-pushed
the
feature/ASSIST-1596-playwright-e2e-test
branch
from
August 4, 2026 11:34
dc58ae0 to
5880773
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## dev #1237 +/- ##
=======================================
Coverage 85.50% 85.50%
=======================================
Files 231 231
Lines 10493 10493
=======================================
Hits 8972 8972
Misses 1521 1521 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
chopkinsmade
force-pushed
the
feature/ASSIST-1596-playwright-e2e-test
branch
5 times, most recently
from
August 4, 2026 13:20
fff30a8 to
66114e9
Compare
Signed-off-by: DBT pre-commit check
chopkinsmade
force-pushed
the
feature/ASSIST-1596-playwright-e2e-test
branch
from
August 17, 2026 08:17
b5bb542 to
aeafe46
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Context
Add a new docker image to run the end to end tests, and a new github action to deploy this docker image
What
To allow the end to end tests to be triggered from a GitHub action, the platform tools need to have a separate scheduled task. This task needs to be built using a separate docker image, which the platform tools will then pull and run when triggered from the action.
This end to end test currently logs in, navigates to the chats page and sends a hello world message to an LLM
Have you written unit tests?
Are there any specific instructions on how to test this change?
Relevant links