amoscaliuc / ruby-test-task

extract information from the bank: accounts and transactions (for the last two months).
0 stars 0 forks source link

Ruby Test Task

Site for demo bank data https://demo.bank-on-line.ru/

Platform Windows 10

Ruby 2.7.2

Ide RubyMine

Watir 6.17.0

Nokogiri 1.10.10

FYI

  1. Run bundle install in the root of the project to extract all needed gems for the script, some may not be included by default

  2. run accounts.rb

  3. output will be written into output.json in the root of the project

  4. run rspec in the root of the project for tests

TODO:

Documentation:

"Head First" - O'Reilly

Tutorials from Test Task description

Difficulties: