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

Зотов Алексей #38

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

let-robots-reign
Copy link

Написаны E2E тесты cinemedia.ru:

  • Тест на авторизацию.
  • Тест на создание нового плейлиста со страницы профиля.
    Отметка о прохождении тестов в allure_report.png

.gitignore Outdated
@@ -2,3 +2,4 @@ node_modules
cache
.DS_Store
.idea
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Совет. Это должно быть в глобально gitignore твоей системе, а не в проекте
https://www.youtube.com/watch?v=D97rnxDqq1I

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Интересно, спасибо, настроил

pages/login.js Outdated
}

fillLoginInput(username) {
const loginLocator = this.locators.login;
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Не уверен, как лучше. Насколько стоит выносить этот локатор в отдельную константу?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Тоже думал об этом, убрал константу

Copy link

@SergTyapkin SergTyapkin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Внимательно просмотрел все файлы, но не нашёл, к чему можно было бы придраться.

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.

3 participants