Skip to content
This repository has been archived by the owner on Apr 20, 2021. It is now read-only.

testplanisphere/hotel-example-selenium3-java-ja

Repository files navigation

This project is archived. You should use hotel-example-selenium4-java-ja.

hotel-example-selenium3-java-ja

selenium3-java-ja

このプロジェクトはテスト自動化学習のためのサンプルコードです。

テスト対象

https://hotel.testplanisphere.dev/ja/

概要

プログラミング言語

  • Java

自動化フレームワーク

テスティングフレームワーク

ビルドツール

静的解析ツール

実行方法

必須環境

ChromeDriverはダウンロードして環境変数PATHの通った場所に置いてください。

テスト・静的解析の実行

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

変更履歴

v2021.2.0 (2021-02-28)

  • #48 Bump junit-jupiter-api from 5.7.0 to 5.7.1
  • #49 Bump junit-jupiter-engine from 5.7.0 to 5.7.1
  • #50 Bump Gradle from 6.6.1 to 6.8.2
  • #51 Update branch name
  • #52 update cache setting
  • #53 Remove jcenter
  • #54 Bump Gradle from 6.8.2 to 6.8.3

v2020.9.0 (2020-09-30)

  • #44 Bump junit-jupiter-engine from 5.6.2 to 5.7.0
  • #45 Bump junit-jupiter-api from 5.6.2 to 5.7.0

v2020.8.0 (2020-08-30)

  • #42 Bump Gradle from 6.5.1 to 6.6.1

v2020.7.0 (2020-07-26)

  • #37 Update Dependabot config file
  • #38 fix site title
  • #39 update actions and dependabot
  • #40 move to ja site

v2020.6.0 (2020-06-30)

  • #35 Bump Gradle from 6.4.1 to 6.5.1

v1.2.0 (2020-05-31)

  • #25 Firefoxサポートを停止
  • #26 Dependabotを導入
  • #27 Bump junit-jupiter-api from 5.6.0 to 5.6.2
  • #28 Bump junit-jupiter-engine from 5.6.0 to 5.6.2
  • #29 Github actions/cacheをv2にアップデート
  • #32 未使用のimportを削除
  • #33 Gradleを6.4.1にアップデート

v1.1.0 (2020-04-29)

  • #6 Github Actionsにpull_requestトリガーを追加
  • #8 テスト名を修正
  • #9 ConfirmPageのモーダルを閉じるボタンのセレクターを修正
  • #11 import文をアルファベット順に修正
  • #13 Github ActionsでLintを実行するように修正
  • #14 READMEの記述内容を変更
  • #16 連絡手段の変更によるinputの表示切り替えテストを追加
  • #19 テストデータのアドレスをexample.comに修正
  • #20 日付入力が空の場合のテストを追加

v1.0.0 (2020-04-14)

  • 正式リリース