File tree Expand file tree Collapse file tree 3 files changed +0
-136
lines changed Expand file tree Collapse file tree 3 files changed +0
-136
lines changed Original file line number Diff line number Diff line change 133
133
EMAIL_PASSWORD = "[TEST ACCOUNT GMAIL PASSWORD]"
134
134
EMAIL_IMAP_STRING = "imap.gmail.com"
135
135
EMAIL_IMAP_PORT = 993
136
-
137
- # HipChat Reporting Credentials
138
- # (For HipChat notifications if your team uses HipChat)
139
- # (room_id and owner_to_mention get entered during nosetest options)
140
- HIPCHAT_AUTH_TOKEN = "[ENTER YOUR HIPCHAT AUTH TOKEN HERE]"
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 61
61
('db_reporting = '
62
62
'seleniumbase.plugins.db_reporting_plugin:DBReporting' ),
63
63
's3_logging = seleniumbase.plugins.s3_logging_plugin:S3Logging' ,
64
- ('hipchat_reporting = seleniumbase.plugins'
65
- '.hipchat_reporting_plugin:HipchatReporting' ),
66
64
],
67
65
'pytest11' : ['seleniumbase = seleniumbase.plugins.pytest_plugin' ]
68
66
}
You can’t perform that action at this time.
0 commit comments