Vis4Sense / HistoryMap

http://sensemap.io
45 stars 7 forks source link

Test the bahvaiours of historyMap #139

Open kaidatavis opened 6 months ago

kaidatavis commented 6 months ago

The goal is to test if the tree structure in historyMap is correct based on user interactions.

The first step is to see what library can be used for this. This is probably end-to-end test? Maybe something like playwright, which seems to be better than cypress and selenium. The google extension testing guide mentions playwright and puppeteer.

Yuu-Han commented 6 months ago

~The tree layout gets a bit disordered when revisiting ancestor nodes (by directly clicking the tree nodes)~

image

There is no such problem with mv3 :-)

kaidatavis commented 6 months ago

Thanks. Is this the mv3 branch? We are not working on any other branch for now.

kaidatavis commented 1 month ago

There is a working Playwright test file in the tests folder.