unloggedio / unlogged-sdk

Unlogged SDK for recording JAVA code execution
https://unlogged.io
Apache License 2.0
181 stars 18 forks source link

Functional Issue of "Save Replay" button #25

Closed kishore-khumar closed 6 months ago

kishore-khumar commented 10 months ago

Describe the bug

The "save replay" button in the service class of certain spring boot projects is malfunctioning, preventing the visibility of assertion and mock data operations.

Kindly refer the below attached pdf.

issues screenshots.pdf

Reproduction steps

  1. Install Unlogged plugin in Intellij IDEA and add unlogged dependency based on your Java version. 2.Add Unlogged annotation above your main method of your project. 3.Run "mvn clean" command and start your application. 4.Click 'Save Replay' button of unlogged tab from your service class of spring boot project
  2. I am unable to locate the assertion and mock data tab, indicating that the button was unable to carry out its intended function.

Expected behavior

When invoking the "save replay" button within the service class of specific Spring Boot projects, it is imperative that the functionality operates seamlessly without any malfunctions. This ensures the smooth execution of tasks and prevents any disruptions that might hinder the visibility of assertion and mock data operations. The proper functioning of this button is crucial to maintain the integrity of the application, allowing for the accurate recording and storage of replay data while facilitating a clear and unobstructed view of assertion and mock data manipulations.

Additional context

No response

kartikeytewari-ul commented 10 months ago

Thanks for raising the bug! We are actively working on it and will fix this.

artpar commented 6 months ago

This is resolved.