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 (Ruby, Capybara, SitePrism)

License

Notifications You must be signed in to change notification settings

testplanisphere/hotel-example-capybara-ja

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project is archived and read-only.

hotel-example-capybara-ja

capybara-ja

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

テスト対象

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

概要

プログラミング言語

  • Ruby

自動化フレームワーク

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

ビルドツール

静的解析ツール

実行方法

必須環境

  • Ruby 2.6
  • Google Chrome

依存ライブラリのインストール

gem install bundler
bundle install

テストの実行

bundle exec rake

静的解析の実行

bundle exec rake rubocop

変更履歴

v2021.2.0 (2021-02-28)

  • #47 Bump site_prism from 3.4.2 to 3.7
  • #50 Bump rspec from 3.9.0 to 3.10.0
  • #61 Bump rake from 13.0.1 to 13.0.3
  • #67 Bump capybara from 3.33.0 to 3.35.3
  • #68 Bump rubocop from 0.92.0 to 1.9.1
  • #71 Update branch name
  • #72 Update cache setting
  • #73 Bump webdrivers from 4.4.1 to 4.5.0
  • #74 Bump ruby from 2.6 to 2.7
  • #75 Bump rubocop from 1.9.1 to 1.10.0
  • #76 Bump site_prism from 3.7 to 3.7.1

v2020.9.0 (2020-09-30)

  • #42 Bump rubocop from 0.89.1 to 0.91.1
  • #43 Bump rubocop from 0.91.1 to 0.92.0

v2020.8.0 (2020-08-31)

  • #38 Bump rubocop from 0.88.0 to 0.89.1

v2020.7.0 (2020-07-26)

  • #30 Bump rubocop from 0.86.0 to 0.88.0
  • #31 Update Dependabot config file
  • #32 update actions and dependabot
  • #35 move to ja site

v2020.6.0 (2020-06-30)

  • #20 Bump webdrivers from 4.3.0 to 4.4.0
  • #21 Bump rubocop from 0.84.0 to 0.85.0
  • #22 Bump webdrivers from 4.4.0 to 4.4.1
  • #24 Security Bump rack from 2.2.2 to 2.2.3
  • #25 Bump capybara from 3.32.2 to 3.33.0
  • #26 Bump rubocop from 0.85.0 to 0.86.0

v1.2.0 (2020-05-31)

  • #12 webdrivers gemを導入
  • #14 Dependabotを導入
  • #15 Bump rubocop from 0.82.0 to 0.84.0
  • #16 Bump capybara from 3.32.1 to 3.32.2
  • #18 Github actions/cacheをv2にアップデート

v1.1.0 (2020-04-29)

  • #3 Github ActionsにmacOSとWindowsランナーを追加
  • #6 テストデータのアドレスをexample.comに修正
  • #7 日付入力が空の場合のテストを追加
  • #9 windowsクローズのアサーションを修正

v1.0.0 (2020-04-23)

  • 正式リリース