e2e: CI -> TF_BUILD
This commit is contained in:
parent
ed1ee1fa55
commit
738ced3327
|
@ -58,7 +58,7 @@ class SeleniumTestCase(StaticLiveServerTestCase):
|
|||
)
|
||||
|
||||
def tearDown(self):
|
||||
if "CI" in environ:
|
||||
if "TF_BUILD" in environ:
|
||||
screenshot_file = (
|
||||
f"selenium_screenshots/{self.__class__.__name__}_{time()}.png"
|
||||
)
|
||||
|
|
Reference in New Issue