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-en-us

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project is archived and read-only.

hotel-example-capybara-en-us

capybara-en-us

This project is example codes for learning test automation.

System under test

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

Overview

Programming Language

  • Ruby

Automation Framework

Testing Framework

Build Tool

Lint Tool

How to Run

Requirements

  • Ruby 2.6
  • Google Chrome

Install Dependencies

gem install bundler
bundle install

Run Tests

bundle exec rake

Run lint

bundle exec rake rubocop

Changelog

v2021.2.0 (2021-02-28)

  • #13 Bump site_prism from 3.4.2 to 3.7
  • #16 Bump rspec from 3.9.0 to 3.10.0
  • #27 Bump rake from 13.0.1 to 13.0.3
  • #33 Bump capybara from 3.33.0 to 3.35.3
  • #34 Bump rubocop from 0.92.0 to 1.9.1
  • #36 Update cache setting
  • #38 Bump ruby from 2.6 to 2.7
  • #39 Bump webdrivers from 4.4.1 to 4.5.0
  • #40 Bump rubocop from 1.9.1 to 1.10.0
  • #41 Bump site_prism from 3.7 to 3.7.1

v2020.9.0 (2020-09-30)

  • #8 Bump rubocop from 0.89.1 to 0.91.1
  • #9 Bump rubocop from 0.91.1 to 0.92.0

v2020.8.0 (2020-08-31)

  • #4 Bump rubocop from 0.88.0 to 0.89.1

v2020.7.0 (2020-07-26)

  • First release