archiva/archiva-modules/archiva-web/archiva-webapp-test
dependabot[bot] 01b8901384 Bump fluentlenium.version from 0.10.2 to 0.13.2
Bumps `fluentlenium.version` from 0.10.2 to 0.13.2.

Updates `fluentlenium-festassert` from 0.10.2 to 0.13.2

Updates `fluentlenium-core` from 0.10.2 to 0.13.2
- [Release notes](https://github.com/FluentLenium/FluentLenium/releases)
- [Changelog](https://github.com/FluentLenium/FluentLenium/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/FluentLenium/FluentLenium/compare/fluentlenium-parent-0.10.2...v0.13.2)

---
updated-dependencies:
- dependency-name: org.fluentlenium:fluentlenium-festassert
  dependency-type: direct:development
  update-type: version-update:semver-minor
- dependency-name: org.fluentlenium:fluentlenium-core
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-31 00:44:33 +00:00
..
src/test Fixing web ui tests 2019-03-02 18:56:59 +01:00
ReadMe.txt cargo is not anymore used 2013-05-03 23:36:13 +00:00
pom.xml Bump fluentlenium.version from 0.10.2 to 0.13.2 2022-05-31 00:44:33 +00:00

ReadMe.txt

ReadMe
----------
Run selenium tests in src/test/testng with Maven and TestNG
  - mvn clean install 

Run Selenium tests in src/test/testng against an existing Archiva instance
  - Start Archiva
  - Configure admin user for archiva (match values in src/test/resources/testng.properties )
  - modify src/test/resources/testng.properties as needed
  - mvn clean install -Dcontainer-existing

Internet Explorer and Safari users must disable their popup blockers. Using *iexplore as
the browser requires running as an Administrator on Windows 7/Vista, or alternatively you
can use *iexploreproxy.


  

IMPORTANT:

When writing Selenium tests for artifact upload, please avoid using the "test" syllable/word for 
the groupId or artifactId (ex. test.group:testAddArtifactValidValues:1.0) as this is used for the 
search tests. The tests explicitly assert the returned number of hits for searching an artifact with 
a groupId or artifactId containing the word "test", so if you upload or add a new artifact which has
the term "test", the number of hits will be different and the search tests will fail.

See org.apache.archiva.web.test.SearchTest.java or read the related thread discussion at
http://old.nabble.com/Selenium-tests-failure-in-trunk-td27830786.html