aboutsummaryrefslogtreecommitdiffstats
path: root/archiva-modules/archiva-web/archiva-webapp-test
Commit message (Collapse)AuthorAgeFilesLines
* fix selenium issues i18nOlivier Lamy2011-09-223-19/+47
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1174421 13f79535-47bb-0310-9956-ffa450edef68
* fix some selenium testsOlivier Lamy2011-09-196-121/+163
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1172595 13f79535-47bb-0310-9956-ffa450edef68
* revert previous as don't work very well....Olivier Lamy2011-09-191-2/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1172593 13f79535-47bb-0310-9956-ffa450edef68
* add a hack for selenium issue http://jira.openqa.org/browse/SRC-302Olivier Lamy2011-09-193-4/+16
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1172592 13f79535-47bb-0310-9956-ffa450edef68
* fix more selenium tests no need to wait server response for client side ↵Olivier Lamy2011-09-194-120/+183
| | | | | | validation git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1172554 13f79535-47bb-0310-9956-ffa450edef68
* fix some test : with struts we cannot have both client and server side ↵Olivier Lamy2011-09-193-4/+8
| | | | | | validation git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1172553 13f79535-47bb-0310-9956-ffa450edef68
* for some tests which are only javascript validation : no need to wait the ↵Olivier Lamy2011-09-196-83/+100
| | | | | | response: improve tests speed git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1172552 13f79535-47bb-0310-9956-ffa450edef68
* start fixing selenium tests, faster tests with no wait when testing ↵Olivier Lamy2011-09-192-5/+5
| | | | | | javascript form validation git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1172551 13f79535-47bb-0310-9956-ffa450edef68
* upgrade selenium version usedOlivier Lamy2011-09-051-0/+20
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1165352 13f79535-47bb-0310-9956-ffa450edef68
* start working on fixing issue with selenium testsOlivier Lamy2011-09-054-44/+67
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1165351 13f79535-47bb-0310-9956-ffa450edef68
* update licenses and send in RATBrett Porter2011-08-252-0/+34
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1161440 13f79535-47bb-0310-9956-ffa450edef68
* use selenium plugin released versionOlivier Lamy2011-08-081-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1154859 13f79535-47bb-0310-9956-ffa450edef68
* be able to try selenium tests by groupOlivier Lamy2011-06-273-27/+45
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1140310 13f79535-47bb-0310-9956-ffa450edef68
* fix selenium testOlivier Lamy2011-06-272-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1140309 13f79535-47bb-0310-9956-ffa450edef68
* cleanup test as link with id not hereOlivier Lamy2011-06-221-5/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1138590 13f79535-47bb-0310-9956-ffa450edef68
* continue work on selenium test with id rather than labelOlivier Lamy2011-06-212-9/+15
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1138210 13f79535-47bb-0310-9956-ffa450edef68
* push more work on selenium test using id rather than labelsOlivier Lamy2011-06-216-29/+63
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1138081 13f79535-47bb-0310-9956-ffa450edef68
* not use default tomcat port as can't create port allocation issue on ci serverOlivier Lamy2011-06-211-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1137942 13f79535-47bb-0310-9956-ffa450edef68
* fix locale dependant testsOlivier Lamy2011-06-202-36/+18
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1137818 13f79535-47bb-0310-9956-ffa450edef68
* satrt fixing some selenium to not be locale dependant only use idOlivier Lamy2011-06-202-12/+22
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1137817 13f79535-47bb-0310-9956-ffa450edef68
* start working on use id in selenium test rather than text which make tests ↵Olivier Lamy2011-06-208-26/+32
| | | | | | locale dependant git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1137718 13f79535-47bb-0310-9956-ffa450edef68
* headless profile already existOlivier Lamy2011-06-171-23/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1137029 13f79535-47bb-0310-9956-ffa450edef68
* add xvfb profile to be able to run selenium test on a headless machineOlivier Lamy2011-06-171-0/+23
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1137020 13f79535-47bb-0310-9956-ffa450edef68
* ugly display stack trace in selenium tests to know why it failed on asf ↵Olivier Lamy2011-06-171-11/+21
| | | | | | jenkins in ubuntu slave git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1137019 13f79535-47bb-0310-9956-ffa450edef68
* add configuration for tomcat6 for cargo and made it default, add some test ↵Olivier Lamy2011-06-1718-14/+1634
| | | | | | around forcing locale via request_locale=en_US but still failed :-( git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1136916 13f79535-47bb-0310-9956-ffa450edef68
* upgrade default 5.x tomcat version to 5.5.33Olivier Lamy2011-06-161-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1136683 13f79535-47bb-0310-9956-ffa450edef68
* add a tomcat6 profileOlivier Lamy2011-06-161-1/+29
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1136682 13f79535-47bb-0310-9956-ffa450edef68
* make selenium mojo version configure and add a chrome profileOlivier Lamy2011-06-161-2/+17
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1136498 13f79535-47bb-0310-9956-ffa450edef68
* upgrade cargo plugin to 1.1.1Olivier Lamy2011-06-151-9/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1136208 13f79535-47bb-0310-9956-ffa450edef68
* move cargo port to a property and selenium plugin version to ↵Olivier Lamy2011-06-151-4/+16
| | | | | | pluginManagement section git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1136207 13f79535-47bb-0310-9956-ffa450edef68
* fix it runOlivier Lamy2011-06-151-2/+13
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1136195 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-1475] Add proxy connector is brokenMaria Odea B. Ching2011-05-242-0/+10
| | | | | | | | | submitted by Greg Michael Meneses o removed id attribute in struts property tag in proxy connector form which was removed in struts 2.1.x o added selenium test for add proxy connector git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1126927 13f79535-47bb-0310-9956-ffa450edef68
* merge -r1098897 from 1.3.x branch (MRM-1468: Fix XSS vulnerability in ↵Maria Odea B. Ching2011-05-0410-121/+604
| | | | | | | | | | | | | | Archiva, patch submitted by Marc Jansen Tan Chua) additional changes: o added a factory for action validator manager since ObjectFactory.setObjectFactory(..) was removed in struts 2.1 so the unit tests for validation would work o fixed conflicts TODO: o fix some failing selenium tests due to error 500 git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1099425 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-1111] fix xpath after reverting to default freemarker templatesBrett Porter2011-04-131-6/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1091636 13f79535-47bb-0310-9956-ffa450edef68
* cut-and-paste errorBrett Porter2011-04-131-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1091634 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-1111] fix xpath after reverting to default freemarker templatesBrett Porter2011-04-131-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1091633 13f79535-47bb-0310-9956-ffa450edef68
* give Cargo some more memory to run the applicationBrett Porter2011-04-131-0/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1091632 13f79535-47bb-0310-9956-ffa450edef68
* accidentally merged Selenium tests that test functionality no longer thereBrett Porter2011-04-131-17/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1091631 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-1480]/[REDBACK-274] (CVE-2011-1026)Brett Porter2011-04-121-0/+149
| | | | | | | | | | o upgrade to redback 1.2.8-SNAPSHOT o configured struts2's token interceptor + use of <s:token> in affected actions to prevent CSRF issue [MRM-1460] added selenium tests for CSRF fixes in affected pages Merged: r1066067:1091313 git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1091315 13f79535-47bb-0310-9956-ffa450edef68
* Customise settings so that you can debug the cargo instance, and show tests ↵Brett Porter2010-12-304-20/+35
| | | | | | to output as they progress git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1053778 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-1330] refactor access around the concept of a "repository session". See ↵Brett Porter2010-12-291-23/+26
| | | | | | Javadoc for some notes. This should be a single entry point for application users of either the metadata repository, resolution, or storage access. The session needs to be explicitly closed (and modifications saved) to facilitate some storage mechanisms. git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1053542 13f79535-47bb-0310-9956-ffa450edef68
* merged MRM-980 branch to trunkMaria Odea B. Ching2010-09-283-0/+192
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1002059 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-1394] - Replace the use of clickLinkWithText() with ↵Jevica Arianne B. Zurbano2010-07-049-36/+50
| | | | | | | | | | getSelenium().open() for accessing navigation menu pages merge -r 960310:960311 from 1.3.x branch git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@960322 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-1362] Add simple 'CRUD' pages for project-level metadata along with a ↵Maria Odea B. Ching2010-06-111-4/+41
| | | | | | | | | | "generic metadata" plugin o do not show add property widget if user does not have repository manager role o added selenium test for browsing metadata if user is not a repository manager git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@953612 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-1362] Add simple 'CRUD' pages for project-level metadata along with a ↵Maria Odea B. Ching2010-06-072-58/+46
| | | | | | | | | | "generic metadata" plugin o updated selenium test for deleting metadata o added selenium tests for adding generic metadata property git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@952174 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-1362] Add simple 'CRUD' pages for project-level metadata along with a ↵Jevica Arianne B. Zurbano2010-05-272-0/+110
| | | | | | | | | | | "generic metadata" plugin * added mailingLists, licenses, and dependency in test artifact's pom * added Selenium test for delete of metadata properties (mailing list, dependency, and license) git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@948793 13f79535-47bb-0310-9956-ffa450edef68
* added selenium test to check the artifact page tabsJevica Arianne B. Zurbano2010-05-211-1/+15
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@947039 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-1125] - default search should be AND not OR for multiple keywordsJevica Arianne B. Zurbano2010-05-152-0/+37
| | | | | | | | | | | * applied patch * added additional unit and selenium tests for quick search Submitted by: Gwen Harold Autencio git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@944632 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-1353] Build number is always 1 for SNAPSHOT artifacts uploaded via web ↵Maria Odea B. Ching2010-05-022-0/+44
| | | | | | | | | upload form merge -c 930528 from 1.3.x branch with some tweaks in the unit and selenium tests git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@940163 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-1276] Selenium tests need a clean upMarecor M. Baclay2010-04-144-68/+19
| | | | | | | | | - removed the unnecessary commented out lines - modified LoginTest to use the methods in abstract class git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@933824 13f79535-47bb-0310-9956-ffa450edef68