jhu-bids / TermHub

Web app and CLI tools for working with biomedical terminologies. https://github.com/orgs/jhu-bids/projects/9/views/7
https://bit.ly/termhub
GNU General Public License v3.0
8 stars 10 forks source link

New Playwright tests #712

Open joeflack4 opened 6 months ago

joeflack4 commented 6 months ago

Overview

Originally written in #690:

Specific csets we want to test

1. many small -- neurological (4 IDs) - http://localhost:3000/cset-comparison?codeset_ids=1000002657&codeset_ids=241882304&codeset_ids=488007883&codeset_ids=1000087163 2. malignant cancer (2 IDs)- http://localhost:3000/cset-comparison?codeset_ids=585389357&codeset_ids=1000003793 3. just one of the csts in both malignant / neuro - malignant cancer: 1000003793 - neuro: any of them

Specific testings cenarios

We want to cover the following types of situations: - **Big**: Csets / combinations of csets that produce very big graphs - **Many**: Combos of many different csets at once - **N3C comparison** cases - Specific cset combinations that we think might be error prone / exhibit some kind of edge case(s)?

Sub-issues

Related

There will be crossover in the csets/scenarios we are testing with:

joeflack4 commented 4 months ago

We could probably write some now, but also might be best to write some after UI for concept search is finalized.