|
369 | 369 | <scope>test</scope> |
370 | 370 | </dependency> |
371 | 371 |
|
372 | | - <!-- Required for src/test/robotframework/account/registration/logic.robot --> |
373 | | - <dependency> |
374 | | - <groupId>com.github.hi-fi</groupId> |
375 | | - <artifactId>robotframework-httprequestlibrary</artifactId> |
376 | | - <version>0.0.15</version> |
377 | | - <scope>test</scope> |
378 | | - <exclusions> |
379 | | - <exclusion> |
380 | | - <groupId>commons-logging</groupId> |
381 | | - <artifactId>commons-logging</artifactId> |
382 | | - </exclusion> |
383 | | - </exclusions> |
384 | | - </dependency> |
385 | | - |
386 | | - <dependency> |
387 | | - <groupId>com.github.hi-fi</groupId> |
388 | | - <artifactId>robotframework-seleniumlibrary</artifactId> |
389 | | - <version>3.141.59.26535</version> |
390 | | - <scope>test</scope> |
391 | | - <exclusions> |
392 | | - <exclusion> |
393 | | - <groupId>io.appium</groupId> |
394 | | - <artifactId>java-client</artifactId> |
395 | | - </exclusion> |
396 | | - <exclusion> |
397 | | - <groupId>io.github.bonigarcia</groupId> |
398 | | - <artifactId>webdrivermanager</artifactId> |
399 | | - </exclusion> |
400 | | - <exclusion> |
401 | | - <groupId>io.selendroid</groupId> |
402 | | - <artifactId>selendroid-client</artifactId> |
403 | | - </exclusion> |
404 | | - <exclusion> |
405 | | - <groupId>com.machinepublishers</groupId> |
406 | | - <artifactId>jbrowserdriver</artifactId> |
407 | | - </exclusion> |
408 | | - </exclusions> |
409 | | - </dependency> |
410 | | - |
411 | 372 | <dependency> |
412 | 373 | <groupId>com.teketik</groupId> |
413 | 374 | <artifactId>spring-test-context-cache-limiter</artifactId> |
|
451 | 412 | <scope>test</scope> |
452 | 413 | </dependency> |
453 | 414 |
|
454 | | - <dependency> |
455 | | - <groupId>org.seleniumhq.selenium</groupId> |
456 | | - <artifactId>htmlunit-driver</artifactId> |
457 | | - <version>${selenium-htmlunit.version}</version> |
458 | | - <scope>test</scope> |
459 | | - </dependency> |
460 | | - |
461 | | - <dependency> |
462 | | - <groupId>org.seleniumhq.selenium</groupId> |
463 | | - <artifactId>selenium-api</artifactId> |
464 | | - <version>${selenium.version}</version> |
465 | | - <scope>test</scope> |
466 | | - </dependency> |
467 | | - |
468 | | - <dependency> |
469 | | - <groupId>org.seleniumhq.selenium</groupId> |
470 | | - <artifactId>selenium-support</artifactId> |
471 | | - <version>${selenium.version}</version> |
472 | | - <scope>test</scope> |
473 | | - </dependency> |
474 | | - |
475 | 415 | <dependency> |
476 | 416 | <groupId>org.spockframework</groupId> |
477 | 417 | <artifactId>spock-core</artifactId> |
|
562 | 502 | <h2.version>2.2.224</h2.version> |
563 | 503 | <hibernate-validator.version>6.2.5.Final</hibernate-validator.version> |
564 | 504 | <hikaricp.version>4.0.3</hikaricp.version> |
565 | | - <htmlunit.version>2.70.0</htmlunit.version> |
566 | 505 | <jakarta-mail.version>1.6.7</jakarta-mail.version> |
567 | 506 | <jakarta-validation.version>2.0.2</jakarta-validation.version> |
568 | 507 | <junit-jupiter.version>5.3.2</junit-jupiter.version> |
|
577 | 516 | <maven-war-plugin.version>3.5.1</maven-war-plugin.version> |
578 | 517 | <mysql.version>5.1.49</mysql.version> |
579 | 518 | <postgresql.version>9.4.1212.jre7</postgresql.version> |
580 | | - <selenium-htmlunit.version>2.70.0</selenium-htmlunit.version> |
581 | | - <selenium.version>3.141.59</selenium.version> |
582 | 519 | <servlet-api.version>4.0.1</servlet-api.version> |
583 | 520 | <slf4j.version>1.7.36</slf4j.version> |
584 | 521 | <!-- LATER: remove overriding once version from Spring Boot will match the used one --> |
|
898 | 835 | <logLevel>DEBUG</logLevel> |
899 | 836 | --> |
900 | 837 | <variables> |
901 | | - <variable>BROWSER:htmlunitwithjs</variable> |
| 838 | + <variable>BROWSER:headlesschrome</variable> |
902 | 839 | <variable>MAIN_RESOURCE_DIR:${basedir}/src/main/resources/test</variable> |
903 | 840 | <variable>TEST_RESOURCE_DIR:${basedir}/src/test/resources</variable> |
904 | 841 | <variable>MOCK_SERVER:http://127.0.0.1:8888</variable> |
|
913 | 850 | --> |
914 | 851 | <nonCriticalTag>htmx</nonCriticalTag> |
915 | 852 | </nonCriticalTags> |
| 853 | + <externalRunner> |
| 854 | + <runWithPython>true</runWithPython> |
| 855 | + </externalRunner> |
916 | 856 | </configuration> |
917 | 857 | <dependencies> |
918 | 858 | <dependency> |
|
0 commit comments