-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add test for Ground truth Job list #7490
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## develop #7490 +/- ##
===========================================
- Coverage 83.52% 83.51% -0.01%
===========================================
Files 372 372
Lines 39666 39666
Branches 3718 3718
===========================================
- Hits 33131 33129 -2
- Misses 6535 6537 +2
|
cy.createAnnotationTask( | ||
taskName, labelName, attrName, | ||
textDefaultValue, archiveName, false, | ||
{ multiJobs: true, segmentSize: 2 }, | ||
); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
if possible I would propose to use headless creating
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As I remember there was a problem with attaching files to cypress requests, so for now ill stick to manual task creation
Motivation and context
Test for bug which was fixed in #7441
How has this been tested?
Checklist
develop
branch[ ] I have created a changelog fragment[ ] I have updated the documentation accordingly[ ] I have linked related issues (see GitHub docs)[ ] I have increased versions of npm packages if it is necessary(cvat-canvas,
cvat-core,
cvat-data and
cvat-ui)
License
Feel free to contact the maintainers if that's a concern.