Commit 6ea715a0 authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Actualiza a último chrome-driver

parent 7f7434cc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@ module.exports = function(args) {
					'--width=1280',
					'--height=768'
				]
			}*/
		}]
			}
		*/}]
	};
};
+3 −3
Original line number Diff line number Diff line
@@ -24,9 +24,9 @@ module.exports = function(args) {

		environments: [{
			browserName: 'chrome'
		},{
			browserName: 'firefox'
		/*},{
			browserName: 'firefox'
		},{
			browserName: 'internet explorer'*/
		}],

@@ -38,7 +38,7 @@ module.exports = function(args) {
			port: tunnelPort,
			drivers: [{
				name: 'chrome',
				version: '87.0.4280.88'
				version: '88.0.4324.96'
			},{
				name: 'firefox',
				version: '0.29.0'