-
Install and configure a testing framework such as Jest or React Testing Library for the Next.js project.
Acceptance Criteria: The testing framework is installed and configured successfully, with a sa…
m0nq updated
22 hours ago
-
Install and configure a testing framework such as Jest or React Testing Library for the Next.js project.
Acceptance Criteria: The testing framework is installed and configured successfully, with a sa…
m0nq updated
22 hours ago
-
-
Come up with testinng framework for the open-source models
should include metrics for both classification and segmentation
-
As the product matures, it would be good to look into testing frameworks and get some testing set up before the project grows much larger.
-
Add a first version of the testing framework discussed at HHH2024.Q3.
Add testing pragmas which specify that a function is a test and how the test should be executed. For now, let's have three pos…
-
Currently, tests only run on the python part of the code. The repo misses a modern testing environment for its javascript part. It should be modern and widely-used.
-
## Introduction of testing framework
**Describe the solution you'd like**
Integrating a testing framework, such as Mocha, into Universal-Box. This will allow contributors to write and execute test…
-
This project currently uses Karma as its test runner. Since [Karma is now deprecated](https://github.com/karma-runner/karma?tab=readme-ov-file#karma-is-deprecated-and-is-not-accepting-new-features-or-…
-
**Is your feature request related to a problem? Please describe.**
We are planning to migrate the testing framework in the admin repository from Jest to Vitest to leverage Vitest's compatibility with…