-
### What broke? What's expected?
**Description**:
Enhance the existing e2e tests by ensuring that a valid mock scenario is created and verifying that the conversion webhook functions as expected. …
-
Would be interesting to run the examples as E2E tests. Would require tokens (not that problematic with secrets i guess) but also a clever way to execute and run assertions.
Maybe it's enough to hav…
-
We need to have some e2e tests for our app.
- Running the e2e tests is more important now that our production builds are more different than our development builds.
- Note: This is different from …
-
Now Keycloak support is almost implemented #2845, we should also have E2E tests for the integration. We should have a dedicated sub project `tests/keycloak` along with `springboot` and `quarkus`. We c…
-
The E2E tests for the new portfolio page keep failing.
```
1) [webkit] › portfolio.spec.ts:79:7 › Add Portfolio Item › The description has validation ───────
Test timeout of 15000ms exceeded.
…
-
Please open and fill in this issue in your product repository to document the status of E2E tests.
**Show success/failure ** by attaching screenshots and/or result documents/failure messages.
##…
-
-
Using go test, one can list tests using:
go test -list {regex}
This does not work for the e2e tests, since `go test -list` works only for top level tests, and all our tests are sub tests und…
-
-
I can update the workflow file separate as I need to look into reusable workflow working.
Are the other changes ok?
_Originally posted by @slashpai in https://github.com/prometheus-…