66 Commits (40140bd2f07bf4e1c8e0aad6e198ad5a4721dfa4)

Author SHA1 Message Date
Boris Sekachev 804384f9d8 Fixed tests 5 years ago
Kruchinin 0ad297504f Merge branch 'develop' of https://github.com/openvinotoolkit/cvat into dkru/cypress-test-issue-2485-2 5 years ago
Kruchinin a46a2466c8 Cypress test. Navigation to empty frames.
Added some classes requared for test.
Updated version.
5 years ago
Dmitriy Oparin 6f1f3f3103 renamed functions go to another frames 5 years ago
Dmitriy Oparin 4145620481 rename variable 5 years ago
Dmitriy Oparin c89161b9f3 medhod frameNum call by changed frame 5 years ago
Dmitriy Oparin 29e25abf19 add test 5 years ago
Boris Sekachev c4662fa434
Merge pull request #2493 from dvkruchinin/dkru/cypress-test-objects-ordering-feature
Cypress test. Objects ordering feature.
5 years ago
Kruchinin e926973665 Merge branch 'develop' of https://github.com/openvinotoolkit/cvat into dkru/cypress-test-objects-ordering-feature 5 years ago
Dmitriy Oparin 1ff6f12bde Merge branch 'develop' into upstream/do/cypress_test_issue_2174_reset_zoom_in_tag_annotation_mode 5 years ago
Boris Sekachev 6ef3ff2a95
Merge pull request #2434 from dvkruchinin/dkru/cypress-test-check-email-verification
Сypress test. Email verification system.
5 years ago
Dmitriy Oparin 4dc442e0bc improvements test 5 years ago
Kruchinin b2e03a5f82 Minor fix. 5 years ago
Kruchinin f9ac1a4bed Cypress test. Filters functionality. 5 years ago
Kruchinin 9e5eea25ed Merge branch 'develop' of https://github.com/openvinotoolkit/cvat into dkru/cypress-test-objects-ordering-feature 5 years ago
Dmitry Kruchinin 75d2826a3d
[Dependent] Cypress test. Project functionality. (#2459)
* init server changes
5 years ago
Kruchinin 4913eb65a7 Cypress test. Objects ordering feature. 5 years ago
Boris Sekachev cffd897494
Merge pull request #2482 from dvkruchinin/dkru/cypress-test-issue-1823-after-fix
Cypress test. Issue 1823.
5 years ago
Boris Sekachev 191b54fdfc
Merge pull request #2433 from DmitriyOparin/do/cypress_test_pr_2203_error_сannot_read_property_at_saving_job
Cypress test. Error сannot read property at saving job.
5 years ago
Dmitry Kalinin 879deb5a52
Projects (#2255)
Initial implementation of Projects feature to group similar tasks into one group (aka Dataset UI in the future).
5 years ago
Kruchinin bf8e9c2529 Cypress test. Issue 1823. 5 years ago
Dmitriy Oparin 2587d8e53d Merge branch 'develop' into do/cypress_test_pr_2203_error_сannot_read_property_at_saving_job 5 years ago
Kruchinin 07ba0ee248 Set label for created object any case.
Tests adaptation.
5 years ago
Dmitriy Oparin d930a2f8e2 create function saveJob 5 years ago
Boris Sekachev c064a5da07
Merge pull request #2416 from dvkruchinin/dkru/cypress-test-case-17-lock-hide-features
Cypress test. Lock/hide features.
5 years ago
Kruchinin 5b9ab1248f Apply comments. 5 years ago
Kruchinin 48f736b2df Merge remote-tracking branch 'upstream/develop' into dkru/cypress_test_case14_appearance_features 5 years ago
Kruchinin 418f3168ea Merge remote-tracking branch 'upstream/develop' into dkru/cypress-test-case-17-lock-hide-features 5 years ago
Kruchinin 243298526a Merge remote-tracking branch 'upstream/develop' into dkru/cypress-test-case-17-lock-hide-features 5 years ago
Boris Sekachev 5ccc18948a Minor code refactoring 5 years ago
Kruchinin 69e4de04e0 Cypress test. Lock/hide features. 5 years ago
Dmitry Kalinin 8c2200356d Merge remote-tracking branch 'origin/develop' into dk/user-search 5 years ago
Kruchinin 4e8d8b6f44 Merge remote-tracking branch 'upstream/develop' into dkru/cypress_test_case14_appearance_features 5 years ago
Kruchinin 8028d46f02 Applying comments. 5 years ago
Kruchinin ab50c2cdd5 Cypress test for case 14. Appearance features. 5 years ago
Kruchinin 343e4e5515 Continue writing the test.
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
5 years ago
Dmitry Kruchinin 3531316d52
Cypress. Saving the label name before creating the object. (#2360)
* 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>
5 years ago
Vitaliy Nishukov 7512fd6883
Reformatted (#2349) 5 years ago
Dmitry Kruchinin 534ad3940c
Cypress test optimization. (#2343)
* 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>
5 years ago
Dmitry Kruchinin 70e89d6f83
The change in the measurement of CVAT-UI code coverage. (#2295)
* The change in the measurement of CVAT-UI code coverage.

* Firefox to cron without coverage.

PR, push coverage via Chrome.

* Refactoring .travis.yml.

Added a wait of 10 seconds in the first test to prevent a login error in CVAT after rebuilding containers after code instrumentation.

Co-authored-by: Kruchinin <dmitryx.kruchinin@intel.com>
5 years ago
Dmitry Kruchinin 5290c44005
Cypress test. Actions on points. (#2292)
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>
5 years ago
Dmitry Kruchinin 295090461d
Cypress test. Actions on polylines. (#2269)
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>
5 years ago
Dmitry Kruchinin 6574e35ffe
Cypress test. Actions on polygon. (#2266)
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>
5 years ago
Dmitry Kruchinin 10964b9b23
Cypress test for case 9. (#2262)
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>
5 years ago
Dmitry Kruchinin e7cf157936
CVAT-UI: measure coverage. (#2196)
* Try measure coverage

* Return first logic to runing a tests and measure coverage.

* Prepare to measure coverage.

Temporary disable run Cypress test via Firefox.

* Disable creating nyc output before implementing the coverage measurement.

* Change plugin for nyc to babel.

Add to eclude folders:
3rdparty
tests

Disable run test via Firefox.

* Update travis.yaml

Co-authored-by: Dmitry Kruchinin <dmitryx.kruchinin@intel.com>
5 years ago
Dmitry Kruchinin 8958553903
Cypress test for actions on rectangle. (#2212)
* 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>
5 years ago
Dmitry Kruchinin b5b872fa97
Cypress test to check task parameters frame (#2164)
* Cypress test to check if parameters "startFrame", "stopFrame", "frameStep" works as expected

* Apply comments.

Co-authored-by: Dmitry Kruchinin <dmitryx.kruchinin@intel.com>
5 years ago
Dmitry Kruchinin 4dc25e20c9
Cypress test to check change user password and login with the new (#2159)
password.

Co-authored-by: Dmitry Kruchinin <dmitryx.kruchinin@intel.com>
5 years ago
Dmitry Kruchinin 7e7b650a6b
Cypress test to check creating and deleting an annotation task. (#2158)
Co-authored-by: Dmitry Kruchinin <dmitryx.kruchinin@intel.com>
5 years ago
Dmitry Kruchinin c848f6f7e0
Cypress test for issue 1391. (#2150)
Co-authored-by: Dmitry Kruchinin <dmitryx.kruchinin@intel.com>
6 years ago