Skip to content

Instantly share code, notes, and snippets.

@SarahElson
Created May 2, 2024 10:21
Show Gist options
  • Save SarahElson/00f16a62c24abfbd1c090b44cb7af58b to your computer and use it in GitHub Desktop.
Save SarahElson/00f16a62c24abfbd1c090b44cb7af58b to your computer and use it in GitHub Desktop.
How to Use pytest Skip Test And XFail in Selenium
[pytest]
addopts = -k "not 06"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment