Skip to content

Instantly share code, notes, and snippets.

@0xIslamTaha
Created June 11, 2020 10:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 0xIslamTaha/6c3927059439d717b7cc8a62088d499c to your computer and use it in GitHub Desktop.
Save 0xIslamTaha/6c3927059439d717b7cc8a62088d499c to your computer and use it in GitHub Desktop.
```python
count = 1
for i in range(15):
ids = ''
s = 'ui_testing/testcases/basic_tests/test06_orders.py:OrdersTestCases --with-id'
for k in range(5):
ids= f"{ids} {count}"
count = count + 1
print(f'"{s}{ids}",')
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment