forked from mrlan/EnglishPal
				
			Jenkinsfile: use selenium/standalone-firefox
							parent
							
								
									5ce9b6167c
								
							
						
					
					
						commit
						0e77dc449d
					
				|  | @ -19,7 +19,7 @@ pipeline { | ||||||
|         stage('TestIt') { |         stage('TestIt') { | ||||||
|             steps { |             steps { | ||||||
|                 echo 'Testing..' |                 echo 'Testing..' | ||||||
| 		sh 'sudo docker run -d -p 4444:4444 selenium/standalone-chrome' | 		sh 'sudo docker run -d -p 4444:4444 selenium/standalone-firefox' | ||||||
| 		sh 'pip3 install pytest -U -q' | 		sh 'pip3 install pytest -U -q' | ||||||
| 		sh 'pip3 install pytest-html -U -q'		 | 		sh 'pip3 install pytest-html -U -q'		 | ||||||
| 		sh 'pip3 install selenium -U -q' | 		sh 'pip3 install selenium -U -q' | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue