bucky-core 0.10.27
Bucky-core can run test code which is written in YAML. End-to-End test (working with Selenium) and Linkstatus test (HTTP status check) are supported in default. Page object model pattern and page based element management is the main concept in Bucky-core. You can create scenarios and execute it easily by using Bucky-core. When working with Bucky-management, Bucky-core can also record test results. You can make test results visualization by using Bucky-management.
          Gemfile:
          =
        
        
          instalar:
          =
        
      Runtime Dependencies (9):
            addressable
            ~> 2.5
          
          
            color_echo
            ~> 3.1
          
          
            json
            ~> 2.3.0
          
          
            nokogiri
            = 1.18.2
          
          
            parallel
            ~> 1.11
          
          
            ruby-mysql
            ~> 2.9
          
          
            selenium-webdriver
            = 4.24
          
          
            sequel
            = 5.84
          
          
            test-unit
            ~> 3.2
          
    Development Dependencies (12):
            awesome_print
            ~> 1.8
          
          
            bundler
            = 2.5.18
          
          
            hirb
            ~> 0.7
          
          
            pry
            ~> 0.10
          
          
            pry-byebug
            ~> 3.4
          
          
            pry-stack_explorer
            ~> 0.4
          
          
            rake
            ~> 13
          
          
            rspec
            ~> 3.6
          
          
            rspec_junit_formatter
            ~> 0.3
          
          
            rubocop
            = 1.66.1
          
          
            simplecov
            ~> 0.15.1
          
          
            simplecov-console
            ~> 0.4.2
          
    