-
## Overview
reference #33
End to end test to ensure that we can execute all basic steps in form creation and publishing flows:
- create a form from existing pdf
- use form builder to modify it
- f…
-
**Is your feature request related to a problem? Please describe.**
The repository currently lacks any end-to-end (e2e) tests. I recommend adding e2e tests to the repository to ensure code robustness.…
-
This is a proposal to reduce the scope when performing e2e tests in both Desktop and Mobile.
The idea is to allow running the e2e tests against one single datacenter, f.e, `status.staging`-AMS (1 boot…
-
This issue is a parent for all future PR and issues
# Description
Since more and more issues/requests appear for E2E tests, here are some things which need to be addressed before progressing:
- t…
-
Goal is to verify the kalman filter math is working as intended.
- Use filter definition files to produce C code, as well as python stubs
- Run the C code via python and compare the outputs at vario…
-
What it says on the tin! We need to get e2e testing setup for v8 so we can be more confident in changes before merging and deploying them.
trezy updated
2 months ago
-
# [Frontend] Set up Testing Infrastructure with Jest and Testing Library
Set up comprehensive testing infrastructure for our React frontend application, including unit tests, component tests, and i…
-
code logic example
```ts
// test-setup/database.ts
import { Pool } from 'pg';
import { Knex, knex } from 'knex';
export class TestDatabase {
private db: Knex;
constructor() {
…
-
1. Open AP member in Express dev
2. Click book now and select "Adventure pass upgrade"
3. Location should only be AP upgrade locations
4. Book tour with an available time slot
5. Open POS, it shou…
-
While we do have tests to verify that the generate code looks as expected and compiles without errors, we don't have tests to verify that the code we generate runs as expected. We achieve that using m…