dep: bump allure-rspec from 2.19.0 to 2.20.0
Bumps allure-rspec from 2.19.0 to 2.20.0.
Release notes
Sourced from allure-rspec's releases.
2.20.0
What's Changed
🔬 Improvements
- Clear ansi color escapes from rspec traces by
@andrcuns
in allure-framework/allure-ruby#445
🐞 Bug Fixes
- Set correct status for expect failures in steps by
@andrcuns
in allure-framework/allure-ruby#447
📦 Development dependency updates
- Bump rubocop from 1.38.0 to 1.39.0 by
@dependabot
in allure-framework/allure-ruby#443- Bump rubocop-performance from 1.15.0 to 1.15.1 by
@dependabot
in allure-framework/allure-ruby#446
👷 CI
- Bump andrcuns/allure-publish-action from 2.0.1 to 2.1.0 by
@dependabot
in allure-framework/allure-ruby#442Full Changelog: https://github.com/allure-framework/allure-ruby/compare/2.19.0...2.20.0
Commits
-
44d2143
Clear ansi color escapes from rspec traces (#445) - See full diff in compare view
Dependabot commands
You can trigger Dependabot actions by commenting on this MR
-
@dependabot-bot rebase
will rebase this MR -
@dependabot-bot recreate
will recreate this MR rewriting all the manual changes and resolving conflicts
Allure report
allure-report-publisher
generated test report!
rspec:
+------------------------------------------------------------------+
| behaviors summary |
+-------------+--------+--------+---------+-------+-------+--------+
| | passed | failed | skipped | flaky | total | result |
+-------------+--------+--------+---------+-------+-------+--------+
| controllers | 25 | 0 | 0 | 0 | 25 | ✅ |
| services | 181 | 0 | 0 | 0 | 181 | ✅ |
| jobs | 14 | 0 | 0 | 0 | 14 | ✅ |
| models | 4 | 0 | 0 | 0 | 4 | ✅ |
| tasks | 9 | 0 | 0 | 0 | 9 | ✅ |
| system | 10 | 0 | 0 | 0 | 10 | ✅ |
+-------------+--------+--------+---------+-------+-------+--------+
| Total | 243 | 0 | 0 | 0 | 243 | ✅ |
+-------------+--------+--------+---------+-------+-------+--------+
Edited by George Koltsov