Added os library
This commit is contained in:
parent
1ddc7e8015
commit
905963fda1
|
@ -10,6 +10,7 @@ from selenium.common.exceptions import NoSuchElementException
|
|||
from selenium.common.exceptions import NoAlertPresentException
|
||||
from sauceclient import SauceClient
|
||||
from os import environ
|
||||
import os
|
||||
|
||||
|
||||
class ArticaTestResult(TestResult):
|
||||
|
|
Loading…
Reference in New Issue