Data Driven Testing: Any example on how to incorporate processing each csv row to a test function #2015
Answered
by
mdmintz
narendarbhogala
asked this question in
Q&A
-
Can anyone provide any example on how they have incorporated Data Driven testing with seleniumBase. |
Beta Was this translation helpful? Give feedback.
Answered by
mdmintz
Aug 27, 2023
Replies: 1 comment
-
For a file-parsing example, see: https://github.com/seleniumbase/SeleniumBase/blob/master/examples/boilerplates/samples/file_parsing/parse_files.py For run commands to store in a CSV, you can use |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
mdmintz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For a file-parsing example, see: https://github.com/seleniumbase/SeleniumBase/blob/master/examples/boilerplates/samples/file_parsing/parse_files.py
For run commands to store in a CSV, you can use
pytest --co -q
, and then collect them into a file, and then parse them.