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

Feature: Add Specific Sessiondata to Report #339

Open
6 tasks
wurzelkuchen opened this issue Jan 27, 2025 · 0 comments
Open
6 tasks

Feature: Add Specific Sessiondata to Report #339

wurzelkuchen opened this issue Jan 27, 2025 · 0 comments
Labels
codeImplementationNeeded This issue requires a change in the code of Neodymium docsNeeded The documenttion needs to be checked if there are changes needed and if so, adaptions should be made feature

Comments

@wurzelkuchen
Copy link
Contributor

Quick Description

Some Issues on websites are not reproducable or sometimes flaky. Giving the developers additional data like session ids from the cookies could help significantly to tackle those, since some of those information might be find the server log files.

User Story

As a Developer,
I want to get client side information for issues on the page
so that I can look up the issue in my log files.

Functional Requirements

  • Add the posibility to append specific session data to the Report in case of a failure.
  • Add a configuration to define which values are printed out (e.g. cookie name)
  • Check posibilities if this could be done easiliy for local storage data as well.

Documentation Requirements

  • Document the new feature in the wikis reporting section.

Test Requirements

  • Add unit tests
  • Smoke test this with an external test suite
@wurzelkuchen wurzelkuchen added docsNeeded The documenttion needs to be checked if there are changes needed and if so, adaptions should be made codeImplementationNeeded This issue requires a change in the code of Neodymium feature labels Feb 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
codeImplementationNeeded This issue requires a change in the code of Neodymium docsNeeded The documenttion needs to be checked if there are changes needed and if so, adaptions should be made feature
Projects
None yet
Development

No branches or pull requests

1 participant