Skip to content
Advertisement

Deserialise API Response of PlayWright using Java

I am exploring playwright for automating api tests and I am unable to deserialise APIResponse of playwright to a POJO using java. I used to do this with rest assured using following code:

JavaScript

Advertisement

Answer

I managed to do this with the help of ObjectMapper.

JavaScript
User contributions licensed under: CC BY-SA
3 People found this is helpful
Advertisement