-
## Summary
With the zoom out mode feature landing in 6.7, it'd be great to increase test coverage, especially as bugs are fixed during the RC/Beta phases.
Currently there is an e2e test file, but it…
-
Add E2E test to verify e2e work flow of the APIs. For mocking CSI driver implementation, https://github.com/kubernetes-csi/csi-test can be used.
-
I [disabled](https://github.com/zeta-chain/node/pull/3170/files#diff-b88b0296341624c3b4d6654372722db1df504e9213dea0fddecd313a1542aa54R190) precompiles tests from TSS migration e2e because they were fa…
-
**Is your feature request related to a problem? Please describe.**
The repository currently lacks any end-to-end (e2e) tests. I recommend adding e2e tests to the repository to ensure code robustness.…
-
Running `KUBE2E_TESTS=gloo make run-kube-e2e-tests` creates several namespaces but does not remove them upon completion:
```
$ KUBE2E_TESTS=gloo make run-kube-e2e-tests
...
Ran 26 of 26 Specs in 459.…
-
**- What's the scenario, what happens and what did you expect to happen?**
Fingerprint is adding spans and divs to the html body during e2e tests fired in Playwright what causes tests to fail. Also…
-
### Component(s)
auto-instrumentation
### Describe the issue you're reporting
This is a follow up to https://github.com/open-telemetry/opentelemetry-operator/issues/3479
Auto-instrumentation for…
-
There are many failures on develop branch, and also it is blocking many respectable PRs.
Also as part of this task:
* Add test for uploading image
* Rename tests, so the tests of GUI only will be…
-
Two of the 7 e2e tests seem to fail randomly when running locally this commit 48d785113724e591a50ce4e8429a04b3720a9d3b (current tip of celo8)
```
Run test_fee_currency_fails_intrinsic.sh
+ tail -…
-
We must implement end-to-end (E2E) tests to ensure the system functions correctly and handles various scenarios as expected. The E2E tests should cover all critical functionalities, including transact…