vinhpnguyen / sample-galen-tests

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sample-galen-tests

A set of experimental tests used to test Sample Galen Framework basic functionalities:

  • Verify successful login
  • Verify a new note is created successfully

Limitations and Know Issues

  • Only Chrome is supported. Other browsers will be supported later
  • Not thread-safe handling, don't execute tests concurrently

Requirements & Installation

How to run tests

  • Checkout this project
  • (Not recommended) Adjust email and password from src\test\resources\configuration.properties accordingly based on the newest authenticated information from http://testapp.galenframework.com
  • On either Command Line (Windows) or Terminal (macOS/ Linux), execute maven command to run tests: mvn clean test. It will execute all tests at the same time

Acknowledgement

webdrivermanager to help initializing the latest version of Selenium WebDriver

About


Languages

Language:Java 100.0%