Commit Graph
1441 Commits
Author SHA1 Message Date
Gethin James e24178f202 Merge branch 'searchrep' of gitlab.alfresco.com:tas/alfresco-tas-restapi-test 2017-06-05 10:24:07 +02:00
Gethin James 50fb4536c1 SEARCH-456: Fixing filter queries tests. 2017-06-01 15:58:59 +02:00
Gethin James c9549485c3 SEARCH-430: Adding a pivot range test 2017-05-31 17:00:02 +02:00
Michael Suzuki beae6d898a Search-426, added end to end test that validates the v2 response of facet fields 2017-05-30 13:34:06 +01:00
Cristina Axinte 2c9886a853 updated some steps descriptions 2017-05-30 14:47:56 +03:00
Mihaela Popa f57f53c392 REPO-2451: Service Pack: MNT-17612: AccessDeniedException in Edit Offline Upload New Version
Update code formating
2017-05-29 18:56:27 +03:00
Mihaela Popa 567bdf56ed REPO-2451: Service Pack: MNT-17612: AccessDeniedException in Edit Offline Upload New Version
Added tests to cover lock and unlock endpoints
2017-05-29 18:31:32 +03:00
Gethin James 1382d828ec SEARCH-451: Switching to the new pivot format, and fixing stats tests 2017-05-26 09:30:31 +02:00
Michael Suzuki a28aab06f8 Search-340, added test to cover inclusive and exclusive range search 2017-05-24 10:23:27 +01:00
Cristina Axinte ae6b69e354 REPO-2449: REPO-2485: added 2 tests for thumbnail and preview of a zip file 2017-05-23 12:25:14 +03:00
Michael Suzuki 2145c090b8 Search-427, merge changes from head and add missing facet fields e2e tests 2017-05-22 21:02:57 +01:00
Michael Suzuki ea016eee9d Added test to cover facet fields search test 2017-05-22 14:40:21 +01:00
Gethin James 4f009c7db3 SEARCH-339: Updating interval tests 2017-05-22 15:34:25 +02:00
Michael Suzuki a0765d0700 Fix failing test 2017-05-19 15:03:11 +01:00
Michael Suzuki 058fe354f7 Search-340, updated to verify range handling multiple range facets 2017-05-18 18:28:54 +01:00
Michael Suzuki 3a235fcb37 Search-340, amend from range to ranges 2017-05-17 15:49:57 +01:00
Michael Suzuki 0137a119f5 Search-340, renamed facetInfo to bucketInfo 2017-05-17 11:33:31 +01:00
Michael Suzuki bb0e31c0c4 Search-340, added test to cover date range search 2017-05-16 16:45:17 +01:00
Cristina Axinte 03800a0ccc Merge branch 'REPO-2116' into 'master'
Repo 2116

Fixed the RestAPI Rendition tests by adding a new call that wait for the renditions to be created (usually renditions takes a while because the transformation service is slow).

See merge request !459
2017-05-16 12:20:55 +01:00
NESS\P3700654 3bcaab7b92 Renamed getNodeRenditionUntilTheyAreCreated to getNodeRenditionUntilIsCreated,
Added fixed status to the Renditions tests that were failing.
2017-05-16 14:16:57 +03:00
Michael Suzuki 3c76b1c9a1 Search-340, adding end 2 end test for search range api 2017-05-15 14:29:56 +01:00
NESS\P3700654 e89a6d2f87 REPO-2116
Created a new get method for Renditions(getNodeRenditionUntilTheyAreCreated), that waits for the renditions to be created.
      Modified 3 tests from the CreateRenditionsTests.java class (adminCanCreateRenditionToExistingNode(), userThatCreatedFileCanCreatePdfRenditionForIt(),userThatCreatedFileCanCreateDoclibRenditionForIt()) in order to pass on slower machines.
2017-05-10 10:06:41 +03:00
Gethin James 458ecc1959 SEARCH-409: Adding stats tests 2017-05-08 13:02:08 +02:00
Gethin James b07f85811f SEARCH-339: Adding afts filterquery 2017-04-12 10:28:54 +02:00
Michael Suzuki 3e0b203e40 Reverted to previous commit, functionality is present in solr4 2017-04-07 08:23:39 +01:00
Michael Suzuki e1d5732e25 Updated test group to ASS 1, as solr 6 is required 2017-04-07 08:16:00 +01:00
Gethin James 265b7af3e4 Merge branch 'searchbcr' into 'master'
Addition Search API tests

See merge request !458
2017-04-05 14:35:58 +01:00
Michael Suzuki 488ecd7cee Change order of test execution to allow time to index data 2017-04-03 16:21:46 +01:00
Gethin James 068dd5011c SEARCH-334: Adding pivot tests 2017-04-03 15:21:56 +02:00
Cristina Axinte b2ad73bbe4 fix test: update the formula to calculate the value of hasMoreItems field 2017-03-28 18:14:13 +03:00
Cristina Axinte c0d1080bbd update rest-suites.xml to exclude ASS_1.0.0 group and include FacetedSearchTest in this group 2017-03-27 16:24:22 +03:00
Cristina Axinte 12ffa5642a fix Bamboo failed test 2017-03-24 15:04:52 +02:00
Cristina Axinte f031954e9b fix failed tests from Jenkins 2017-03-24 12:16:03 +02:00
Cristina Axinte ce5816b546 fix test and update jenkins file to run at 20:00 2017-03-23 15:45:57 +02:00
Gethin James bf97817ad3 Updated the request / response search api model 2017-03-23 11:45:06 +01:00
Cristina Axinte 28403ecbd5 Merge branch 'REPO-2110' into 'master'
Repo 2110

See merge request !457
2017-03-20 08:57:20 +00:00
NESS\P3700654 e791e78160 REPO-2090 - Service Pack: MNT-16882: CMIS does not detect text encoding correctly
Removed additional reduntant steps (authentificating multiple times).
      Instead of creating the two files and the change the nodeRef(with the uploaded one via RestAPI), I`m now just defining the fileModels.
2017-03-17 18:40:15 +02:00
NESS\P3700654 20182bc070 REPO-2090 - Service Pack: MNT-16882: CMIS does not detect text encoding correctly
Added a test that creates two files with the specific encoding using the multipart upload (POST nodes/{nodeId}/children}, then using the get on the node (GET nodes/{nodeId}) we verify the encoding (content type).
2017-03-17 17:35:59 +02:00
Gethin James 33f9ecf194 SEARCH-339: Updating the interval tests with new response 2017-03-17 14:00:51 +01:00
Michael Suzuki b17f0bbf8a Updated test to include the new faceted groups 2017-03-17 11:12:15 +00:00
Michael Suzuki c5b43b21ba Made the faceted group test go green 2017-03-15 17:17:31 +00:00
Michael Suzuki 59cfd19e4c save local changes 2017-03-15 16:28:02 +00:00
Gethin James 8f0e7ac4cd SEARCH-376: Including the original request in the response 2017-03-15 13:04:27 +01:00
Mihaela Popa c14396f967 REPO-2112 / MNT-17545: update test with bug.status.Fixed to not be skipped.
Also, removed double quotes from test as a new issue was raised: MNT-17594 RegEx for filename fails / Regular Expression constraints not checked properly
2017-03-14 15:46:25 +02:00
Michael Suzuki 4cd17d21f3 Adding test for grouping facets 2017-03-13 13:25:43 +00:00
Michael Suzuki b816a04a0c added comments 2017-03-13 11:09:03 +00:00
Valentin Popa dd44737711 Update REST-API assertion of "equals" to "is" 2017-03-13 12:02:15 +02:00
Gethin James 2174dc9cc6 Adding testrail groups 2017-03-10 15:25:20 +01:00
Gethin James 50e58a76b6 SEARCH-339: Adding testrail groups 2017-03-10 14:19:44 +01:00
Gethin James 516471f9cf SEARCH-339: Adding tests to ASS_1 group 2017-03-10 13:47:28 +01:00