Skip to content

Truewaydm/vismeTest

Repository files navigation

Test task

Goals

Configure the framework for creating and running UI autotests on the portal

Requirements

environment

dependency

  • selenide
  • junit5
  • gradle
  • allure
  • webDriverManager
  • log4j
  • logback
  • slf4j
  • lombok

Variables

java: [Version: 8]

  • Install - sudo apt-get install openjdk-8-jdk or sudo apt-get install openjdk-1.8.0-jdk
  • And set variable environment JAVA_HOME - export JAVA_HOME=/usr/lib/jvm/java-8-openjdk

gradle: [Version: LATEST]

OR

Instructions

git clone git@github.com:Truewaydm/vismeTest.git

How to run tests:

Run tests:

if you have project structure that looks like this:

root
|-module-a

Run all tests

  • gradle clean test

  • ./gradlew clean test

Generate allure report: https://docs.qameta.io/

  • ./gradlew allureServe

  • ./gradlew allureReport

Test results location:

Test results will be generated in folder: /build/test-results

About

Automation Testing Framework for web

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published