Skip to content
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 a cypress test. #1936

Merged
merged 2 commits into from
Jul 27, 2020
Merged

Conversation

dvkruchinin
Copy link
Contributor

Motivation and context

Adding a simple test to run via cypress.

How has this been tested?

Manual testing

Checklist

License

  • I submit my code changes under the same MIT License that covers the project.
    Feel free to contact the maintainers if that's a concern.
  • I have updated the license header for each file (see an example below)
# Copyright (C) 2020 Intel Corporation
#
# SPDX-License-Identifier: MIT

@coveralls
Copy link

coveralls commented Jul 27, 2020

Pull Request Test Coverage Report for Build 6600

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 2 unchanged lines in 1 file lost coverage.
  • Overall coverage increased (+0.02%) to 64.968%

Files with Coverage Reduction New Missed Lines %
cvat/apps/engine/media_extractors.py 2 76.99%
Totals Coverage Status
Change from base Build 6575: 0.02%
Covered Lines: 11086
Relevant Lines: 16658

💛 - Coveralls

@nmanovic
Copy link
Contributor

@dvkruchinin , let's use another directory for the test: /tests/cypress/integration (without ui subdirectory). In general it is E2E testing. See https://docs.cypress.io/guides/core-concepts/writing-and-organizing-tests.html.

Also let's rename the filename: /tests/cypress/integration/auth_page.js

@dvkruchinin
Copy link
Contributor Author

@dvkruchinin , let's use another directory for the test: /tests/cypress/integration (without ui subdirectory). In general it is E2E testing. See https://docs.cypress.io/guides/core-concepts/writing-and-organizing-tests.html.

Also let's rename the filename: /tests/cypress/integration/auth_page.js

Done. Renamed the file and changed its location.

@nmanovic nmanovic merged commit 1255996 into cvat-ai:develop Jul 27, 2020
@nmanovic nmanovic linked an issue Jul 29, 2020 that may be closed by this pull request
2 tasks
@dvkruchinin dvkruchinin deleted the dkru/add_cypress_test branch August 19, 2020 11:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

UI testing infrastructure
3 participants