We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
{ "table": { "headings": ["a", "b"], "rows": [ ["1", "2"], ["3", "4"] ] } }
{ "result": { "status": "passed", "duration": 5.888938903808594e-5 } }
{ "error_message": [ "Traceback (most recent call last):", " File \"/allure-examples/start-behave-py3.12-pip/.env/lib/python3.13/site-packages/behave/model.py\", line 1329, in run", " match.run(runner.context)", " ~~~~~~~~~^^^^^^^^^^^^^^^^", " File \"/allure-examples/start-behave-py3.12-pip/.env/lib/python3.13/site-packages/behave/matchers.py\", line 98, in run", " self.func(context, *args, **kwargs)", " ~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^", " File \"test/steps/welcome_steps.py\", line 13, in step_impl", " assert context.message == \"Hello from examples.allure-behave!!\"", " ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^", "AssertionError" ] }
Support the arguments property of scenario steps in CucumberJS JSON #43
{ "arguments": [ { "content": "Lorem Ipsum...", "line": 7 } ] }
{ "arguments": [ { "rows": [ { "cells": ["a", "b"] }, { "cells": ["1", "2"] }, { "cells": ["3", "4"] } ] } ] }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Support the arguments property of scenario steps in CucumberJS JSON #43
The text was updated successfully, but these errors were encountered: