Update aut.py

This commit is contained in:
Anastasiya Semenkevich 2024-02-26 11:14:13 +03:00 committed by Anastasiya
parent 2fc228732e
commit da7f01eec2
1 changed files with 1 additions and 0 deletions

View File

@ -112,6 +112,7 @@ class AUT:
self.port = local_system.find_free_port(configs.squish.AUT_PORT, 100)
command = [
str(configs.testpath.SQUISH_DIR / 'bin/startaut'),
'--verbose',
f'--port={self.port}',
str(self.path),
f'-d={self.app_data}',