How can you access or modify nested objects with Cypress-Gherkin?
Let's assume you would like to change values of a fixture or validate a response.
You know the path of the keys in the nested object and you would like to add as variable from the Gherkin file, but you realize the nested value cannot set/access easily in JavaScript (at least dynamically):
Accessing nested JavaScript objects and arrays by string path