-
there is any way to write integration tests aka (functional tests) against Graphql query for both Symfony & Laravel framework?
-
Because we want to use DDD while development we should implement a mechanism which forces the developer to definitely use this architecture. To enforce this we have to implement two new decorators:
…
-
**What problem would you like to solve? Please describe:**
Currently, when setting up OIDC integration for the first time, the only way to validate the configuration is to set it, log out (or open a …
-
PR - https://github.com/graphql-python/graphql-core/pull/168
I use `graphene` and `graphene-pydantic` libraries.
Code example. _You can run this for testing_.
https://gist.github.com/dima-dmytruk…
-
**Describe what's wrong**
Mutations sometimes get stuck when a column in the same table is modified.
The column referred to in the related error is typically not the one the current mutation is tr…
-
## Feature request
### Background
Currently, tests are run on a different thread than the one the fixture's `LaunchService` is run. As a consequence, inspection and/or mutation of any launch obj…
-
### Current behavior
Allow reload page for component testing. Currently when you trying to reload page it start over entire test and got stuck in loop.
### Desired behavior
Reload page and re…
-
### Version
1.0.0-beta.32
### Reproduction link
[https://github.com/ndabAP/vue-test-utils-props-update-issue](https://github.com/ndabAP/vue-test-utils-props-update-issue)
### Steps to reproduc…
-
**Describe what's wrong**
I'm testing experimental transactional support and I stumbled across bizarre behavior regarding `INSERT` atomicity.
I properly configured `allow_experimental_transactio…
-
### What are you trying to achieve?
I want to update line quantity on variant A, while variant B in same checkout is on backorder.
I attempt to call mutation `checkoutLinesUpdate` with update for …