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

Metadata not displaying in frontend #212

Open
lvoegl opened this issue Feb 23, 2022 · 0 comments
Open

Metadata not displaying in frontend #212

lvoegl opened this issue Feb 23, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@lvoegl
Copy link

lvoegl commented Feb 23, 2022

Describe the bug
The metadata section displays "no metadata" even though metadata is set. https://localhost:5000/data/series/${branch_id}/builds/${buildId}/metadata does include the metadata.

To Reproduce

  • Archive a Robot Framework test with TestArchiver into PostgreSQL with additional metadata set
  • confirm that metadata endpoint above includes metadata
  • head to latest test via Teams -> My Team -> All builds, click last build in series
  • metadata section is empty

Expected behavior
The metadata added with TestArchiver and retrieved from https://localhost:5000/data/series/${branch_id}/builds/${buildId}/metadata should display in the corresponding test overview.

Screenshots

Desktop (please complete the following information):

  • OS: Linux (debian)
  • Browser: Firefox and Chrome
  • Version: Mozilla Firefox 91.6.0esr, Chrome 98.0.4758.102

Additional context
According to my research the problem is using destructuring assignment parameter in the useMetadata function, but passing data over as normal arguments here and here.

@lvoegl lvoegl added the bug Something isn't working label Feb 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant