Skip to content

ochubey/matosoft-poc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MatSoft Proof of concept

Build Status

Description

This is an POC of usage Geb+Spock combination.

Usage

Clone latest version and be sure to provide correct credentials for test execution:

git clone https://github.com/ochubey/matosoft-poc.git

The following commands will launch the tests with the individual browsers:

./gradlew cleanTest chromeTest -DloginName="{defining correct email}" -Dpassword="{defining correct password}"
./gradlew cleanTest firefoxTest -DloginName="{defining correct email}" -Dpassword="{defining correct password}"

To run with all, you can run:

./gradlew clean test -DloginName="{defining correct email}" -Dpassword="{defining correct password}"

Replace ./gradlew with gradlew.bat in the above examples if you're on Windows.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages