-
we have no unit testing suite, which is bad practice and makes merging the branches hazardous.
-
Update API to address failing f1m unit tests that run after 9pm. Either:
* Fix bug identified by unit test
or
* Fix unit test to run correctly after 9pm
Identify a way to reproduce this during…
-
**Is your feature request related to a problem? Please describe.**
Currently there is no way to test version upgrades of code through unit testing framework.
**Describe the solution you'd like**
…
-
-
## The problem
The code coverage of the JS tests is lacking…
> Unit tests: This could have been detected by JS unit tests, but those are much weaker than our PHP ones and only cover about [62%](…
-
### Describe the bug
I've run into an issue when trying to do snapshot testing with my components using PrimeVue in our unit tests. We use XState for all of our state management, which means our Vue …
-
-
I have been exploring the SMACC2 framework and am looking for some guidance on the best practices for testing, specifically regarding unit testing and functional testing. I have a few questions:
Un…
-
Unit testing setup with possibly [Vitest](https://vitest.dev/) for the compiler and editor module that will allow us to write unit tests for different parts of the codebase.
**Why Vitest**
- Works…
-
### Title:
Add Unit Tests for Mobile Functionalities
### Description:
Until now, the mobile application has been tested manually. It is a necessity to automatizing this testing process to avoid h…