Skip to content

Commit

Permalink
add test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
xiazhvera committed Jul 10, 2024
1 parent b280d6a commit 910abd6
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ def teardown_method(self):
if self.driver:
self.driver.quit()

@pytest.mark.parametrize("test_suite", [
"test suite 1",
"test suite 2"
])

def start_mqtt(self, test_suite):
sleep(3)
self.perform_click_element('Setup Client and Start')
Expand Down

0 comments on commit 910abd6

Please sign in to comment.