Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix keyword arguments not being passed when using step annotation #550

Merged
merged 1 commit into from
May 6, 2024

Conversation

andrcuns
Copy link
Collaborator

@andrcuns andrcuns commented May 6, 2024

Fixes: #549


Allure Report

allure-report-publisher generated test report!

rspec: ✅ test report for 996dbacb

+--------------------------------------------------------------------------+
|                            behaviors summary                             |
+---------------------+--------+--------+---------+-------+-------+--------+
|                     | passed | failed | skipped | flaky | total | result |
+---------------------+--------+--------+---------+-------+-------+--------+
| allure-cucumber     | 272    | 0      | 0       | 0     | 272   ||
| allure-rspec        | 192    | 0      | 0       | 0     | 192   ||
| allure-ruby-commons | 728    | 0      | 0       | 0     | 728   ||
+---------------------+--------+--------+---------+-------+-------+--------+
| Total               | 1192   | 0      | 0       | 0     | 1192  ||
+---------------------+--------+--------+---------+-------+-------+--------+

@andrcuns andrcuns added the bug Something isn't working label May 6, 2024
Copy link

codeclimate bot commented May 6, 2024

Code Climate has analyzed commit 996dbac and detected 0 issues on this pull request.

The test coverage on the diff in this pull request is 100.0% (80% is the threshold).

This pull request will bring the total coverage in the repository to 98.9% (0.0% change).

View more on Code Climate.

@andrcuns andrcuns merged commit dc60f38 into master May 6, 2024
15 checks passed
@andrcuns andrcuns deleted the fix-arguments branch May 6, 2024 17:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bug: Getting Error when using keyword arguments for allure step method
1 participant