Java
5 месяцев назад
4 месяца назад
5 месяцев назад
5 месяцев назад
4 месяца назад
5 месяцев назад
4 месяца назад
README.md
VEGA_2.0 - autotest project
Getting Started
Информация о рекомендуемом окружении, последовательности внедрения фреймворка и краткое описание базовых возможностей читай тут: QA Тестирование/Автоматизация
Prerequisites
- Lombok plugin required. Iinstallation in IDE Idea:
File | Settings | Plugins | Marketplace | find "lombok" | install - Annotation processing required. Check option in IDE:
File | Settings | Build, Execution, Deployment | Compiler | Annotation Processors | Enable annotation processing
Built With
- Maven - Dependency Management
Running the tests
- right click on test or suite file/directory and click "Run"
- execute 'mvn clean test' in project root directory
- other ways
Reporting
- to receive allure report need install allure comandline or with NPM and then allure serve ${project.baseDir}/target/allure-results
- surefire report is created when test execution. Can be found in ${project.baseDir}/target/surefire-reports/index.html
Versioning We use SemVer for versioning