**Description** Cover main functionality with autotests. **Expected behavior** Write the structure of an autotest: - [x] input data - [x] output that we check Smoke integration UnitTestBot tests: - [x] Write smoke integration tests (select ones to automate) - [x] Automate smoke integration tests Smoke E2E IntelliJ UI tests: - [x] Write test to check UI work in a Spring project - [x] Write E2E smoke test on Spring Unit tests generation - [x] Write E2E smoke test on Spring Integration tests generation **Environment** - [x] Integration tests included into CI/CD on GitHub + can be run locally.
Description
Cover main functionality with autotests.
Expected behavior
Write the structure of an autotest:
Smoke integration UnitTestBot tests:
Smoke E2E IntelliJ UI tests:
Environment