Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(frontend): add websocket subscription for test run events #2294

Merged
merged 2 commits into from Apr 5, 2023

Conversation

jorgeepc
Copy link
Contributor

@jorgeepc jorgeepc commented Apr 3, 2023

This PR adds the websocket subscription for test run events.

Changes

  • WS subscription for test run events

Fixes

Checklist

  • tested locally
  • added new dependencies
  • updated the docs
  • added a test

@jorgeepc jorgeepc self-assigned this Apr 3, 2023
@jorgeepc jorgeepc force-pushed the 2293-add-ws-event=susbscription branch 2 times, most recently from f1b7fc7 to 762e05f Compare April 5, 2023 16:44
@jorgeepc jorgeepc force-pushed the 2293-add-ws-event=susbscription branch from 762e05f to b9c91e1 Compare April 5, 2023 17:09
@jorgeepc jorgeepc marked this pull request as ready for review April 5, 2023 17:42
@@ -38,15 +38,15 @@ const TestResults = ({onDelete, onEdit, onRevert}: IProps) => {
<S.Container>
<Header selectedSpan={selectedSpan!} totalFailedSpecs={totalFailedSpecs} totalPassedSpecs={totalPassedSpecs} />

{(isLoading || !assertionResults) && (
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changing a weird loading logic in the TestSpecs component

@jorgeepc jorgeepc merged commit 7dd0217 into main Apr 5, 2023
27 checks passed
@jorgeepc jorgeepc deleted the 2293-add-ws-event=susbscription branch April 5, 2023 19:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Error Handling] - Add websocket subscription
2 participants