Commit graph

18 commits

Author SHA1 Message Date
AleksanderBodurri
d50e74ff26 test(devtools): write e2e test for displaying component metadata 2020-04-21 13:09:57 -07:00
mgechev
0579e98a1c feat(devtools): introduce virtual scrolling in directive explorer 2020-04-09 09:19:44 -07:00
AleksanderBodurri
bda007c1d9 test(devtools): let timeout config default to 4000ms (rangle/angular-devtools#250) 2020-04-04 09:01:52 -07:00
mgechev
f39fe31355 refactor(devtools): decrease refresh throttling to 100ms 2020-04-01 13:23:08 -07:00
AleksanderBodurri
e7f25456df test(devtools): use bulit in timeout option to wait for dom update (rangle/angular-devtools#214) 2020-03-30 12:36:15 -07:00
AleksanderBodurri
e5d1fcbc96 fix(devtools): wait 500ms before checking the tree for a new node 2020-03-29 13:49:19 -07:00
Sumit Arora
5cd739159d test(devtools): fixing item-tracking e2e tests (rangle/angular-devtools#201) 2020-03-26 15:57:01 -07:00
AleksanderBodurri
820ec85ea4 fix(devtools): pass property updates to the correct data sources 2020-03-22 19:59:30 -07:00
AleksanderBodurri
8ea84d5776 feat(devtools): implement input/output/state preview functionality with the reworked property explorer 2020-03-22 19:59:30 -07:00
mgechev
14e51e8875 test(devtools): verify that the app can select elements with the same name 2020-03-19 21:17:26 -04:00
mgechev
becdcca64a feat(devtools): add support for Angular elements
Currently, we only show which components are Angular elements. We don't visualize them in their position in the component tree, but only indicate with different coloring.

In the profiler we should also somehow show which tiles correspond to elements. We can discuss this further in rangle/angular-devtools#112.
2020-03-11 09:53:34 -04:00
AleksanderBodurri
ef16144443 test(devtools): integration tests for node selection logic after change detection 2020-03-10 14:54:24 -07:00
mgechev
ce3fbd0426 refactor(devtools): remove obsolete test and fix existing e2e tests 2020-03-09 14:59:09 -04:00
Sumit Arora
208ec32de6 test(devtools): adding cypress tests for search in component tree 2020-03-04 10:22:18 -08:00
Sumit Arora
8c80c51817 test(devtools): removing cypress recordings 2020-02-28 10:51:51 -05:00
AleksanderBodurri
8d713657e7 test(devtools): add e2e testing for property editing feature 2020-02-26 15:35:50 -10:00
Ricardo Mattiazzi Baumgartner
a20b4ea5c7 feat(devtools): added prettier for formatting code on pre-commit (rangle/angular-devtools#50)
* feat(prettier): added prettier for formatting code on pre-commit and linted files

* feat(prettier): formatted code after merge
2020-02-07 13:25:16 -08:00
Ricardo Mattiazzi Baumgartner
059ef511d0 feat(devtools): added cypress to run e2e tests (rangle/angular-devtools#45)
* feat(test): added cypress to run e2e tests

* feat(test): removed package-lock added by mistake

Co-authored-by: Minko Gechev <mgechev@gmail.com>
2020-02-07 09:42:00 -05:00