* Migrate to node 16 and nmp 7.
* Step 2
* Moving eslint to one package.json
* Fix package for 3D
* Update package files
* Fix package.json. Update package-lock.json. Update DockeFile.ui
* Change "node-sass" to "sass" due to snyk issues
* Automatically update your stylesheets due to DEPRECATION WARNING from sass
* Moving all dev dependencies to root package.json
* Remove unnecessary dependence from cvat-core-package.json
* Update of the year in copyrights
* Update CHANGELOG.md
* Define workspaces
* Update npm command to root package.json
* Update npm commands and corresponding files
* Update npm command.
* Fix Dockerfile.ui
* Fix error loading rule '@typescript-eslint/dot-notation'
* Fix eslint check issue
Co-authored-by: Boris Sekachev <boris.sekachev@intel.com>
* 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>
* 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>
* Cupress test for issue 1785
Add test.
Add functionality for create zip archive with images.
Update package.json, package-lock.json.
* Applying comments.
Code refactoring.
* Applying comments.
* Reworking commands to search for elements by new classes
* Return Promise from imageGenerator function.
Remove wait() after image generation.
* Replace "throw" to "reject" in the "imageGenerator" function.
Co-authored-by: Dmitry Kruchinin <dmitryx.kruchinin@intel.com>
* Automate test preparation(mandatory operations for each test cases)
- Add test for creating an annotation task.
- Add automate for creating superuser.
* Add tests for issue 1599.
* Run Cypress from Travis CI.
Remove Cypress installation command from Dockerfile.ci
Remove the unnecessary docker-compose.ci.yml
* Replase image for creation an annotation task.
Change name of imsge in the Cypress test create_new_task.js
* Temporarily deleting the annotation task creation functionality
* Image generarion functionality
Add Cypress module for auto generation images
Add package files.
* Add custome commands for create an annotation task and a shape.
* Applying comments.
* /tasks instead of /task in the tests (applying comments)
Co-authored-by: Dmitry Kruchinin <dmitryx.kruchinin@intel.com>