Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add query building tests #263

Merged
merged 25 commits into from
Jan 27, 2025
Merged
Show file tree
Hide file tree
Changes from 18 commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
b8cc58b
write some unit tests
fzhao99 Jan 13, 2025
c44a5ad
new files
fzhao99 Jan 13, 2025
964a3e3
[pre-commit.ci] auto fixes from pre-commit hooks
pre-commit-ci[bot] Jan 13, 2025
c9aa563
start adding e2e's
fzhao99 Jan 13, 2025
c56488b
Merge branch 'main' into bob/query-building-tests
katyasoup Jan 14, 2025
6db3e5f
Merge branch 'bob/query-building-tests' of https://github.com/CDCgov/…
fzhao99 Jan 14, 2025
289b986
Merge branch 'main' into bob/query-building-tests
katyasoup Jan 21, 2025
2e235d1
happy path e2e (#290)
katyasoup Jan 22, 2025
8a1e106
Merge branch 'main' into bob/query-building-tests
fzhao99 Jan 22, 2025
a3acd54
e2e test editing value sets and concept codes (#307)
katyasoup Jan 22, 2025
516535e
Merge branch 'main' into bob/query-building-tests
fzhao99 Jan 22, 2025
4b9c3df
merge
fzhao99 Jan 23, 2025
53e6b8d
snapshot
fzhao99 Jan 23, 2025
bb6e249
snapshot
fzhao99 Jan 23, 2025
45fee54
Merge branch 'bob/query-building-tests' of https://github.com/CDCgov/…
fzhao99 Jan 23, 2025
42c9aea
shorten fixtures
fzhao99 Jan 23, 2025
1de090d
e2e tweak
fzhao99 Jan 23, 2025
c41c64a
one more
fzhao99 Jan 23, 2025
a20a56d
Merge branch 'main' into bob/query-building-tests
fzhao99 Jan 23, 2025
b2bf0d1
add checks
fzhao99 Jan 23, 2025
4fa14b2
Merge branch 'bob/query-building-tests' of https://github.com/CDCgov/…
fzhao99 Jan 23, 2025
340d922
update readme
fzhao99 Jan 23, 2025
20ed0b4
update
fzhao99 Jan 23, 2025
a3cd88d
Merge branch 'main' into bob/query-building-tests
fzhao99 Jan 23, 2025
6ec73ab
Merge branch 'main' into bob/query-building-tests
fzhao99 Jan 23, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions query-connector/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,7 @@ If the above doesn't work, try replacing `localhost` with `0.0.0.0`.

#### Running the e2e tests locally

Our e2e's are available locally via `npm run test:playright:local`. You'll need to have the app running locally at `localhost:3000` first (ie using `npm run dev`).

You'll need to set `E2E_LOCAL_FHIR_SERVER` in your local `.env` file first in order for the flows that use the local HAPI server to route correctly. This is pre-set for you in the `.env.sample` file.
fzhao99 marked this conversation as resolved.
Show resolved Hide resolved
Our e2e's are available locally via `npm run test:playright:local`. You'll need to have the app running locally at `localhost:3000` first (ie using `npm run dev` or running `npm run dev:db` and `npm run dev:next` in two separate terminals ).

### Architecture Diagram

Expand Down
Loading
Loading