Skip to content
This repository has been archived by the owner on Nov 23, 2022. It is now read-only.

Example codes for learning test automation (Java, Selenide)

License

Notifications You must be signed in to change notification settings

testplanisphere/hotel-example-selenide-en-us

Repository files navigation

This project is archived and read-only.

hotel-example-selenide-en-us

selenide-en-us

This project is example codes for learning test automation.

System under test

https://hotel.testplanisphere.dev/en-US/

Overview

Programming Language

  • Java

Automation Framework

Testing Framework

Build Tool

Lint Tool

How to Run

Requirements

  • JDK 17
  • Google Chrome

Run Tests and lint

Windows
gradlew.bat clean check
macOS/Linux
./gradlew clean check

Changelog

v2021.2.0 (2021-02-28)

  • #18 Bump selenide from 5.15.0 to 5.18.0
  • #20 Bump junit-jupiter-engine from 5.7.0 to 5.7.1
  • #21 Bump junit-jupiter-api from 5.7.0 to 5.7.1
  • #22 Bump Gradle from 6.6.1 to 6.8.2
  • #23 Update cache setting
  • #24 Remove jcenter
  • #25 Bump selenide from 5.18.0 to 5.18.1
  • #26 Bump selenide from 5.18.1 to 5.19.0
  • #27 Bump Gradle from 6.8.2 to 6.8.3

v2020.9.0 (2020-09-30)

  • #6 Bump junit-jupiter-engine from 5.6.2 to 5.7.0
  • #7 Bump junit-jupiter-api from 5.6.2 to 5.7.0
  • #8 Bump selenide from 5.14.2 to 5.15.0

v2020.8.0 (2020-08-31)

  • #2 Bump Gradle from 6.5.1 to 6.6.1
  • #3 Add MavenCentral repository
  • #4 Bump selenide from 5.13.0 to 5.14.2

v2020.7.0 (2020-07-26)

  • First release