-
We are upgrading our project to use Next.js 15 and are facing the following error in Storybook for all components, even those that are not using `next-intl` functionality:
```
A React Element from…
-
## 🛠️ Tooling
Our current mock auth solution is OK but is not great for automated testing. Is there a better solution out there?
## 🕵️ Details
Some things we have that we don't want to lose:…
-
It's quite common for browsers to need internal web tests where the only missing functionality from WPT is some way to force a specific scrollbar implementation (often called mock).
Similar to http…
-
- start with create a user, generate random ID and generate createdAt. How do we mock these dependencies? Introduce the idea of dependency injection. Then introduce the idea that Imports are dependenc…
-
The `benchmark/test_runner` folder currently contains benchmarks for `it` and `describe` functions. I suggest we expand these benchmarks to cover additional test runner features, including mocks, cove…
-
**What is the current behavior of feature you are looking to change?**
Currently, the instructLab CLI is implemented in a tightly coupled manner between the user-facing parts of it and the underlying…
-
Related to https://github.com/elastic/kibana/pull/189853
## Description
PR #189853 introduces a deployment agnostic `SamlAuthProvider` service. Our stateful test suites should be configured to suppo…
-
### Prerequisites
- [X] I am requesting the new feature to the correct repository.
- [X] I checked the latest version on GitHub and the [README.md](../blob/master/README.md) documentation to ensure t…
-
related to #5633 in the sense that it deals with the same functional area in our beloved application
again with the old and new screen shots where ...
- old = how it is
- new = cheap mock of …
-
# What?
We should have some end-to-end tests around item requesting. We'd like to do some discovery work around mocking items-api interactions in order to gauge the difficulty of creating these tes…