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

Add Card with Test Results for "Test" Executions #2700

Open
MrSerth opened this issue Dec 13, 2024 · 0 comments
Open

Add Card with Test Results for "Test" Executions #2700

MrSerth opened this issue Dec 13, 2024 · 0 comments
Labels
enhancement javascript Pull requests that update Javascript code

Comments

@MrSerth
Copy link
Member

MrSerth commented Dec 13, 2024

Currently, only "score" runs show a card with extracted test results. "Test" runs, on the other hand, do not show this card, but plain text.

Buttons:
Screenshot 2024-12-13 at 14 48 56

Populating the card can be done with the following method:

populateCard: function (card, result, index) {

Current (cause = test):

Screenshot 2024-12-13 at 14 20 43

Expected:

Shown is a screenshot from cause = score, but it should be shown for cause = test, too:

Screenshot 2024-12-13 at 14 20 58
@MrSerth MrSerth added enhancement javascript Pull requests that update Javascript code labels Dec 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement javascript Pull requests that update Javascript code
Projects
None yet
Development

No branches or pull requests

1 participant