Try to fix "Cypress failed to make a connection to the Chrome DevTools Protocol"
Adding selection lable name when goint to AAM to cypress command.
Fix some test for avid fail when the label order is reversed
* Save lable value befor create an object.
And check it on right panel.
* Test for issue 1425. Select the necessary label in any case in AAM.
Co-authored-by: Kruchinin <dmitryx.kruchinin@intel.com>
* First step
* Second step
* Third step
* Change css class to find a task.
* Increase image count to 50, segmentSize to 10
Test adaptation.
Some fix.
Co-authored-by: Kruchinin <dmitryx.kruchinin@intel.com>
Try to draw a points shape/track
Try to use parameter “number of points”, points drawing should automatically stop after this number of points is achieved
Try to switch a label and draw one more points
Check if everything works here
Co-authored-by: Kruchinin <dmitryx.kruchinin@intel.com>
Try to draw a polylines shape/track
Try to use parameter “number of points”, polylines drawing should automatically stop after this number of points is achieved
Try to switch a label and draw one more polylines
Check if everything works here
Co-authored-by: Kruchinin <dmitryx.kruchinin@intel.com>
Try to draw a polygon shape/track
Try to use parameter “number of points”, polygon drawing should automatically stop after this number of points is achieved
Try to switch a label and draw one more polygon
Check if everything works here
Co-authored-by: Kruchinin <dmitryx.kruchinin@intel.com>
Try to draw a cuboid shape in two ways (by 2 points, by 4 points)
Try to draw a cuboid track
Try to switch a label and draw one more cuboid
Check if objects are drawn and they are shapes/tracks with right labels
Co-authored-by: Kruchinin <dmitryx.kruchinin@intel.com>
* Cypress test for actions on rectangle.
* Apply comments
Rename "createShape" command to "createRectangle"
and remove "createTrack" (combining 2 commands into one).
Adaptation of tests.
Co-authored-by: Dmitry Kruchinin <dmitryx.kruchinin@intel.com>
* Cypress test to check if parameters "startFrame", "stopFrame", "frameStep" works as expected
* Apply comments.
Co-authored-by: Dmitry Kruchinin <dmitryx.kruchinin@intel.com>