Skip to content

Commit 0e8f27d

Browse files
committed
Added in common tests cron the delete sketch test.
Will clean-up test users's account before running the common tests.
1 parent 4e40974 commit 0e8f27d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bin/cron/common

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/bin/bash
22

3+
# clean-up test user sketches
4+
python seleniumbender.py delete --target=live --saucelabs --capabilities=capabilities_firefox.yaml --config=config.cfg
35
# common
46
python seleniumbender.py common --target=live --saucelabs --capabilities=capabilities_firefox.yaml --config=config.cfg
57
python seleniumbender.py common --target=live --saucelabs --capabilities=capabilities_chrome.yaml --config=config.cfg

0 commit comments

Comments
 (0)