-
Gewenst resultaat:
- Accessibility testen van storybook worden gedraaid.
- Build faalt als accessibility test faalt.
- Build slaagt als accessibility test slaagt.
-
At the moment, tests are not even executed due to .NET version mismatch. Tests project targets .NET 6, while only 8.x SDK is available.
> Testhost process for source(s) '/app/CSharpFunctionalExtens…
-
Ensure that all tests are run during the CI process and that builds fail if tests do not pass.
-
Ensure that all tests are run during the CI process and that builds fail if tests do not pass.
-
Terraform tests in the template testing pipeline currently fail because there's no easy way to ensure that the az CLI is logged in properly inside the DevContainer context.
Possible approaches inclu…
-
# Description
Here's a typical scenario: I open a pull request, the build kicks off, and about an hour and a half later, the pipeline fails. When I check the failed tests, it’s something completely…
-
To simplify the contributions and ensure high code quality, it would be beneficial to have a Github CI pipeline that runs the test suite. We need a TM1 server to run the tests, as mocking the whole re…
-
## **Description**
To ensure code quality and prevent regressions, a CI/CD pipeline should be implemented for both Rust and Cairo. The pipeline will run tests and perform linting/formatting checks …
-
**Stress Testing**: Testing how the application handles extreme loads (e.g., high traffic or large datasets).
(Example: Using tools like Apache JMeter or .NET benchmarking tools to simulate thousands…
-
Three tests are failing due to the same error after uplifting tt-mlir, fix the issue and then enable these tests.
```
FAILED tests/TTIR/test_basic_ops.py::test_dot_general_op - RuntimeError: Fail…