Commit Graph

47 Commits

Author SHA1 Message Date
braks
ea9da0adb7 refactor(core): use flowElements type as arg for removeSelectedElements 2022-10-14 21:13:39 +02:00
braks
e0016db07a tests: properly check element transforms 2022-10-13 23:23:43 +02:00
braks
5aa94e2e13 tests: add tryAssertion command to replace cy.wait 2022-10-13 23:23:43 +02:00
braks
0613350554 tests: add viewpane tests 2022-10-13 23:23:43 +02:00
braks
655a27d572 tests: add connectOnClick test 2022-10-13 23:23:43 +02:00
braks
f7dd7f1803 tests: search edges for random data 2022-10-10 21:33:44 +02:00
braks
c1bcc02797 refactor(additional-components): move additional components into separate pkg 2022-10-08 23:25:34 +02:00
braks
8567e3733b refactor: change pkg scope to vue-flow 2022-10-08 23:25:34 +02:00
braks
26b251886e tests: add additional components tests 2022-10-08 23:25:34 +02:00
braks
ef11069102 tests: add delete key code tests 2022-10-08 23:25:34 +02:00
braks
145d934af8 tests: add selection key code tests 2022-10-08 23:25:34 +02:00
braks
fd8061ddcc tests: small delay when checking removed elements 2022-10-08 23:25:34 +02:00
braks
b547a1fb0c tests: rename flow dir to vue-flow 2022-10-08 23:25:34 +02:00
braks
a6b6a83eb6 tests: defer checking for selected elements 2022-10-08 23:25:34 +02:00
braks
7eb6c5216f tests: cleanup unused imports 2022-10-08 23:25:34 +02:00
braks
664953b537 tests: update drag test position 2022-10-08 23:25:34 +02:00
braks
ca29a08d52 tests: check all nodes/edges for selected class 2022-10-08 23:25:34 +02:00
braks
160173384c tests: correct selected elements calculation 2022-10-08 23:25:34 +02:00
braks
438ad57502 tests: add default type to generated nodes 2022-10-08 23:25:34 +02:00
braks
f9cd9051d8 tests: update remove action tests 2022-10-08 23:25:34 +02:00
braks
9168d7bd75 fix(store): remove action not properly removing elements 2022-10-08 23:25:34 +02:00
braks
d7ce835099 chore(test): increase wheel delta 2022-10-07 22:55:38 +02:00
braks
1526ecd1f1 feat(test): add update edge tests 2022-10-07 22:55:38 +02:00
braks
72dd98b464 fix(tests): zoom action tests to check for containing str 2022-10-07 22:55:38 +02:00
braks
e429fdf6c2 feat(tests): add connecting nodes test 2022-10-07 22:55:38 +02:00
braks
63dae2cd05 feat(tests): add dragging nodes test 2022-10-07 22:55:38 +02:00
braks
6e0c0c7768 refactor(tests): move test files 2022-10-07 22:55:38 +02:00
braks
9fde0bc1af feat(edges): add connection line action tests 2022-10-07 22:55:38 +02:00
braks
fa5b5da740 feat(tests): add update edge test 2022-10-07 22:55:38 +02:00
braks
3770083618 feat(tests): add set min/max zoom action tests 2022-10-07 22:55:38 +02:00
braks
e3327ebea3 feat(tests): add remove selected elements action tests 2022-10-07 22:55:38 +02:00
braks
c5291e7ab1 chore(tests): update test vite conf 2022-10-07 22:55:38 +02:00
braks
8ee8996be9 chore(tests): update cypress scripts 2022-10-07 22:55:38 +02:00
braks
cc4a007254 feat(tests): add selected elements action tests 2022-10-07 22:55:38 +02:00
braks
9f59be7afa feat(tests): add tests for add, find & remove actions 2022-10-07 22:55:38 +02:00
braks
e81bea1637 feat(tests): add default command timeout of 1000 2022-10-07 22:55:38 +02:00
braks
dc30ef4805 feat(tests): add vue flow mount command 2022-10-07 22:55:38 +02:00
braks
8928eb899b refactor(tests): Upgrade to cypress 10 2022-10-07 22:55:38 +02:00
braks
ce77bc5d64 chore(deps): upgrade dependencies 2022-07-27 22:49:00 +02:00
bcakmakoglu
0373dae236 tests: update import path for utils 2022-06-03 19:32:46 +02:00
bcakmakoglu
c07069dcd0 refactor: replace yarn with pnpm as package manager 2022-06-01 21:58:03 +02:00
Braks
22845c210d chore: lint files 2022-05-11 22:10:40 +02:00
Braks
2918b689fe tests: update tests to work with removed store property 2022-04-24 13:34:22 +02:00
Braks
ee38f4af9b fix(edges): Remove orphaned edges
# What's changed?

* Remove source/targetNode properties from GraphEdge type, the source/target will be fetched with getters if necessary
* Remove edges when they have no existing source or target nodes that can be found in the state
* Add nodes to custom edge test
2022-04-21 10:47:53 +02:00
Braks
99d062728a chore: update vue flow version in docs/tests/examples 2022-04-21 10:47:53 +02:00
Braks
0dba6913a8 chore: bump versions 2022-04-13 22:48:23 +02:00
Braks
08204fdcbb feat: Test pipeline
* Rename tests dir to e2e as tests gets ignored as "package" by turbo
2022-04-11 11:30:10 +02:00