simulacrum
simulacrum copied to clipboard
A simulation platform for use during testing, during development and for high-fidelity application previews
In relation to https://github.com/thefrontside/simulacrum/tree/v0/integrations/cypress Would it possible to upgrade the documentation and code to align with the latest version of cypress 11.2? I am currently reviewing your package and am...
I see that this library has Cypress support, but what would it take too configure it for Playwright in Node?
Although #252 added basic refresh_token functionality, there are still a few remaining features to simulate real refresh_token rotation. - Check whether the token has expired - With `refresh_token` rotation, all...
### Discussed in https://github.com/thefrontside/simulacrum/discussions/250 Originally posted by **bstiffler582** January 12, 2023 When trying to containerize the auth0 simulator and run it separately from my app, I need to be able...
I started using this library to mock Auth0, but I discovered that an error occurs when multiple parallel sessions occur. The simulacrum is executed with this command: `npx @simulacrum/auth0-simulator --standalone...
I am testing with this against my dotnet mvc server for integration testing. ``` PORT=4000 npx auth0-simulator --standalone ``` The error ``` Error: Assert condition failed: unknown response_mode form_post ```...
How do we direct users to that solution in the documentation?
Hello, I'm currently using the simulator for cypress testing and looks nice until now, but I could use some more features of a real Auth0 scenario on my test cases....
Currently, it is too easy to pass the wrong config in when creating a simulation because of this interface ```ts export interface SimulationOptions { options?: Record; ``` The code below...
Using the auth0-spa-js when calling the method getAccessTokenSilently while not logged in the simulation server responds with "server error" and a http status of 500. This causes the promise returned...