allure-ruby
allure-ruby copied to clipboard
Allure integrations for Ruby test frameworks
I use allure-rspec 2.17.0 rspec 3.11.0 # STR - configure allure and rspec ``` AllureRspec.configure do |config| config.results_directory = "report/allure-results" config.clean_results_directory = true config.logging_level = Logger::WARN logger = Logger.new($stdout) logger.sev_threshold...
### Describe the Bug Observing NameError when using allure-rspec in a ruby project - uninitialized constant AllureRspecFormatter. This is causing LoadError when executing rspec files with ` --format AllureRspecFormatter` ###...
## Current behaviour Sending artifacts does not work for Cucumber on Ruby from the box ```shell “ERROR -- : Can't add attachment, no test, step or fixture is running” during...
Updates the requirements on [solargraph](https://github.com/castwide/solargraph) to permit the latest version. Changelog Sourced from solargraph's changelog. 0.53.4 - March 30, 2025 [regression] Restore 'Unresolved call' typecheck for stdlib objects (#849) Lazy...
Updates the requirements on [rubocop](https://github.com/rubocop/rubocop) to permit the latest version. Release notes Sourced from rubocop's releases. RuboCop v1.75.1 Changes #14038: Rename EnforcedStyle: allow_named_parameter to EnforcedStyle: only_numbered_parameters in Style/ItBlockParameter. (@koic) Changelog...
Updates the requirements on [rubocop](https://github.com/rubocop/rubocop) to permit the latest version. Release notes Sourced from rubocop's releases. RuboCop v1.79.2 Bug fixes #11664: Cache wasn't getting used when using parallelization. (@jvlara) #14411:...