Skip to content

intive/patronage22_web_auto_szczecin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FRAMEWORK

This is simple example of test automation web framework.

  • Java 15+
  • Maven
  • Selenium 4.0
  • jUnit5
  • Cucumber
  • Chrome/Firefox
  • BrowserStack

TEST FRAMEWORK SETUP

Install the most important package manager for MAC

Install latest JAVA version

Install latest MAVEN version

Install Chromedriver and automatically put it to PATH

RUN TEST

Default test will run on Chrome

  • Run all mvn clean test
  • Run by tag mvn clean test -Dcucumber.filter.tags="@Smoke"
  • Run on different browser mvn clean test -Dbrowser='firefox'
  • Run on mobile emulator (Nexus 7) mvn clean test -Dbrowser='chrome_mobile'

Also check Makefile for Browserstack

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published