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

Backend: актуализовать E2E-тесты на бэкенде #347

Open
faciledictu opened this issue Aug 10, 2023 · 2 comments
Open
Labels

Comments

@faciledictu
Copy link
Contributor

Problem description

Существующая реализация сервера не проходит имеющиеся e2e-тесты, запускающиеся командой make test-e2e из каталога backend/. Это касается кейсов:

  • AuthController (e2e) › /login upperCase
  • UsersController (e2e) › update empty user
  • UsersController (e2e) › create empty user
  • UsersController (e2e) › create

Proposed solution

Нужно переписать тесты и/или внести правки в реализацию сервера. Что касается первого кейса, то точно нужно исправлять баг в реализации

@faciledictu
Copy link
Contributor Author

Связан с #348

@fey
Copy link
Contributor

fey commented Aug 28, 2023

Сперва необходимо настроить оценку покрытия тестами кода, потом уже фигачить тесты.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: 🔖 Ready
Development

No branches or pull requests

2 participants