prism_checker 1.0.0
prism_checker is an extension for rspec and minitest, built on top of the site_prism gem and using its page object model. It allows you to write short, easy-to-read browser tests with clear error messages
          Gemfile:
          =
        
        
          install:
          =
        
      Runtime Dependencies (1):
            site_prism
            >= 3.0
          
    Development Dependencies (10):
            byebug
            ~> 11.1
          
          
            dotenv
            >= 0
          
          
            rspec
            ~> 3.1
          
          
            rubocop
            ~> 1.11.0
          
          
            rubocop-performance
            ~> 1.10.1
          
          
            rubocop-rspec
            ~> 2.2.0
          
          
            selenium-webdriver
            >= 3.13, < 4.1
          
          
            simplecov
            ~> 0.22
          
          
          
            webdrivers
            ~> 4.6
          
    