Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 2739d159

Přidáno uživatelem Petr Urban před téměř 3 roky(ů)

#11 prepared class for UI tests. Only scenarios need to be added.

Zobrazit rozdíly:

pom.xml
85 85
			<version>5.4.0</version>
86 86
			<scope>test</scope>
87 87
		</dependency>
88

  
89

  
90
		<!-- UI TESTING -->
91
		<dependency>
92
			<groupId>org.seleniumhq.selenium</groupId>
93
			<artifactId>selenium-java</artifactId>
94
			<version>3.141.59</version> <!-- HIGHER VERSION 4+ are not compatible with webdrivermanager plugin -->
95
		</dependency>
96

  
97
		<dependency>
98
			<groupId>io.github.bonigarcia</groupId>
99
			<artifactId>webdrivermanager</artifactId>
100
			<version>5.2.0</version>
101
			<scope>test</scope>
102
		</dependency>
103

  
88 104
	</dependencies>
89 105

  
90 106
	<build>

Také k dispozici: Unified diff