Skip to content

Commit 904812f

Browse files
committed
Update the raw_parameter_script example
1 parent eff91bd commit 904812f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

examples/raw_parameter_script.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,11 @@
3232
b.port = 4444
3333
b.data = None
3434
b.environment = "test"
35+
b.user_agent = None
3536
b.database_env = "test"
3637
b.log_path = "latest_logs/"
38+
b.archive_logs = False
39+
b.save_screenshot_after_test = False
3740
b.timeout_multiplier = None
3841
b.with_db_reporting = False
3942
b.with_s3_logging = False

0 commit comments

Comments
 (0)