Skip to content

feat: support allure.Parameter in assert msgAndArgs#136

Open
jiyeyuran wants to merge 2 commits intoozontech:masterfrom
jiyeyuran:feat-advance_assert
Open

feat: support allure.Parameter in assert msgAndArgs#136
jiyeyuran wants to merge 2 commits intoozontech:masterfrom
jiyeyuran:feat-advance_assert

Conversation

@jiyeyuran
Copy link
Copy Markdown

@jiyeyuran jiyeyuran commented Jan 6, 2026

Currently, assert-related functions do not support adding allure parameters. An additional step is required to describe parameters. This PR enables adding allure parameters directly in assert-related functions, eliminating the need for extra step definitions.

before:

t.NewStep("Start Task1", allure.NewParameter("Request", req1))
t.Assert().NoError(taskExecutor.StartTask(req1), , "Start Task1")

after:

t.Assert().NoError(taskExecutor.StartTask(req1), allure.NewParameter("Request", req1), "Start Task1")

@jiyeyuran jiyeyuran force-pushed the feat-advance_assert branch from 8c1941d to fc096f4 Compare April 20, 2026 03:22
implement tag filtering for test execution using -allure-go.tag flag
add runtime tag filtering in Common.Tag/Tags methods
include tests for tag filtering functionality
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant