Skip to content
This repository has been archived by the owner on Apr 3, 2023. It is now read-only.

How to set the test result be skipped or suspended? #195

Open
vincent51689453 opened this issue Feb 3, 2022 · 0 comments
Open

How to set the test result be skipped or suspended? #195

vincent51689453 opened this issue Feb 3, 2022 · 0 comments

Comments

@vincent51689453
Copy link

May I ask is there any way to set the test report result to be skipped, suspended or aborted?

def test_report_test_manually():
    driver = webdriver.Chrome()
    # Your test code goes here
    driver.report().test(name='My test name', passed=True)

Because it seems only Boolean type is supported in the passed arguments.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant