-
**Describe the bug**
Some problems require the use of an API provided at runtime and cannot be tested locally... Not sure what we should do about these? Maybe just let the user know local testing…
c-git updated
1 month ago
-
code logic example
```ts
// test-setup/database.ts
import { Pool } from 'pg';
import { Knex, knex } from 'knex';
export class TestDatabase {
private db: Knex;
constructor() {
…
-
I'd like to use infero-core as part of an automated testing suite for our integration code.
We have a "Standalone Patient App - Full Access" App that we'd like to test against multiple EHR vendor …
-
We use tests with reference assembly to ensure correct behaviour of an optimisation.
For testing optimisations for code using SVE API, there needs a setup
- an SVE enabled machine in the CI
- rules …
-
It seems that there is a timeout issue with the Validator, specifically related to the OGC API - Features Test Suite.
The OGC validator fails to complete validation and the issue is impacting the I…
-
# Descripción general
Necesitamos un conjunto de scripts que permita realizar las tareas usuales de testing, es decir, ejecutar los tests automáticos creados con jest/supertest, etc., y para ello, re…
-
Dear helpdesk,
We are trying to validate our OGC API Features module linked to GeoServer.
![image](https://github.com/user-attachments/assets/3c6fdf3a-60f2-41c3-82aa-728115e43b55)
However, afte…
-
User Testcases:
- Registration
- Login
-
This is a tracking issue for tests that are currently incomplete. These are mostly notated in the code by TODO comments, but it's useful to note them all here too. I haven't checked everything through…
-