Skip to content

muharremkoc/spring-boot-selenium-learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spring-boot-selenium-learning

This Project Goal's Learning Selenium and Cucumber Technologies

Describing

Selenium is defined as the library that allows us to automate the testing of the applications we are developing.

Cucumber is a test automation tool that turns our plain text scripts into automated tests.

Installation

  • Go to pom.xml file and define dependencies and plugins

Go to pom.xml

  • Create a application.properties file and define browser

Technologies

  • Spring Boot

  • Spring Boot Test

  • Selenium

  • Cucumber

  • WebDriver

  • Maven Surefire

Using

If you using Intellij Terminal paste this command

  • mvn clean test -DdefaultSuiteFiles="src/test/resources/test-suit/Learning-test-suit.xml"
  • If you using other platforms, cd "your project file" and paste command mvn clean test -DdefaultSuiteFiles="src/test/resources/test-suit/Learning-test-suit.xml"

Muharrem Koç

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published