-
Notifications
You must be signed in to change notification settings - Fork 160
Open
Labels
enhancementNew feature or requestNew feature or request
Description
As I was writing tests for the scraper I've made, I've realised its not super straightforward at the moment. It would be great to improve on that front:
- Add testing section to the documentation, showcasing how to set it up and test in Rails for example
- Expand global configuration options. I would have liked to be able to disable delay globally in the test environment, instead of doing this in every scraper I write:
@config = { before_request: { delay: 1..2 } } unless Rails.env.test? - Add automatic detection of the test environment. Currently I have to manually set it in the
rails_helper:ENV['KIMURAI_ENV'] ||= 'test'
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request