Taras Mankovski
Taras Mankovski
I would love to be able to programmatically take a screenshot. If you could suggest how this could be done, I can create a PR with the implementation.
### 🚀 Feature Request If we don't use locators, we'll lose trace information about the elements we're interacting with in the test. Is there a way for us to write...
Currently, there is no way to configure how Babel compiles source which makes it impossible to add plugins like [@babel/plugin-proposal-class-properties](https://www.npmjs.com/package/@babel/plugin-proposal-class-properties) or change how `@babel/preset-env` compiles the source. As a library...
I'm working in a Cypress test suite and I wanted to use the Page interaction to check the URL. I tried the Page interaction but it doesn't seem to have...
### 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...
How do we direct users to that solution in the documentation?
## Motivation Simulacrum has the concept of a state atom. It's a unified data store that is used by all simulators. Simulators consume this state and contribute to it based...
## Context I'm working on [Auth0 Simulator blog post](https://www.notion.so/Introducing-Auth0-Simulator-reliable-local-dev-and-integration-testing-of-app-that-use-Auth0-e72a7c6a94744f9487042515905b7199) and I'm hit a point where I need to introduce the simulator. I'm finding the current onboarding experience to be a...
## Motivation We have several conversations that will require a demo of Simulacrum. Backstage is a very good candidate for demoing Simulacrum because Backstage is an integration platform that connects...
I'm trying to create a job using an environment managed by mamba, but I'm getting `conda-env-root_tf_2.13.0-py`. I'm not sure where it's expecting to find this file. ## Description ## Reproduce...