mitchell852 commented on a change in pull request #2935: Automated UI Testing -
CRUD for Servers, CDNs, Delivery Services
URL: https://github.com/apache/trafficcontrol/pull/2935#discussion_r227957635
##########
File path: traffic_portal/test/end_to_end/conf.js
##########
@@ -18,14 +18,39 @@
*/
exports.config = {
- framework: 'jasmine',
- seleniumAddress: 'http://localhost:4444/wd/hub',
- specs: ['login_spec.js'],
- baseUrl: 'https://localhost:8443',
-
- params: {
- adminUser: 'admin',
- adminPassword: 'password'
- }
-}
+ framework: 'jasmine',
+ seleniumAddress: 'http://localhost:4444/wd/hub',
+ baseUrl: 'https://localhost:4443',
+ getPageTimeout: 30000,
+ // specs: [
Review comment:
do u want to get rid of this?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services