Skip to content

m-landowski/Site-Automation-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Do Uruchomienia Testy Wymagane:

  • Adopt Open JDK 11U
  • Gradle w wersji 6.8.3 (lub nowsza)
  • Intellij IDEA (Communication Edition / Ultimate)

#Polecenia

  • gradle :app:VectraRunTest - Odpalenie testu

Struktura

├── app -- folder źródłowy
    ├── src -- katalog projektu
        ├── main
            ├── java
                ├── pl.scource.vectra
                    ├──PageObject  -- Klasy bedą zawierały logike testów
                        ├── Menu 
                    ├── MainPage
            ├── Utils - Klasy pomocnicze dla testów: etc. Run Webdriver , Wait To Locator. 
        ├── test
            ├── java    
                ├── pl.scource.vectra -  Zawieta TestCase
            ├── resources 
├── Driver -- folder z WebDriver`ami
     ```
Wynik Prezentacji Testu:
![image](https://user-images.githubusercontent.com/12528895/121078370-2c4ce680-c7d9-11eb-94df-ef488be128d9.png)

Przebieg testu nagrano: https://youtu.be/AsXj4YjORss

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages