|
| 1 | +// 1. create an gauge plugin |
| 2 | +// 2. create with custom settings |
| 3 | +// 3. verify required fields are required |
| 4 | +// 4. should not be able to create gaugue inside a gauge. |
| 5 | +// 5. should not be able to move/duplicate gaugue inside a gauge. |
| 6 | +// 6. delete gauge |
| 7 | +// 7. snapshot gauge |
| 8 | +// 8. snapshot gauge inside Notebook entry |
| 9 | +// 9. gauge inside Notebook entry |
| 10 | +// 10. can drop inside other objects: |
| 11 | +// can drop to display layout : yes |
| 12 | +// can drop to Flexible layout : yes |
| 13 | +// can drop to Folder : yes |
| 14 | +// can drop to Bar graph: No |
| 15 | +// can drop to clock: No |
| 16 | +// . can drop to condition set: No |
| 17 | +// . can drop to condition widegt: No |
| 18 | +// // .............all other objects |
| 19 | +// . can drop to webpage: No |
| 20 | +// 11. drop telemetry inside a gauge and reflect on data in both fixed and realtime |
| 21 | +// 12. can have only one telemetry per gague. (show confirmation dialog if want to replace) |
| 22 | +// 12. all form props (except hidefromInspector) shows inside inspector |
| 23 | +// 13. should be able to export and import |
| 24 | +// 14. able to search in tree |
| 25 | +// 15. supports fix and realtime mode |
| 26 | +// 17. refresh after creating |
| 27 | +// 18. open in new tab |
| 28 | +// 19. two separate gauges inside display layout should not show same numbers unless have same telemetry (should show respctive telemetry data). |
| 29 | +// 20. inside display layout compare gague values vs its telemetry value (should be same in fixed time and should tick with same rate/value in realtime) |
| 30 | +// 21. same for two diff gauges- > inside display layout compare gague values vs its telemetry value (should be same in fixed time and should tick with same rate/value in realtime) |
| 31 | +// 22. export jpeg/png of plugin |
0 commit comments