Andrei Forascu
33fdba093e
REPO-2313: remove license check as license is not set on Community
2018-01-22 15:14:11 +02:00
Andrei Forascu
1c1058e0b7
REPO-2313: RestAPI: Implement tests in TAS project for 'Discovery' RestApi endpoint
...
- added TAS sanity tests for GET /discovery endpoint
2018-01-11 14:41:03 +02:00
mbhave
87058b5a99
Added assertions for checking all components of healthCheck
2018-01-09 11:19:21 +02:00
mbhave
e777162e63
Implemented Healthcheck api, test and refactoring to cleanup the issues during merge
2018-01-09 11:18:49 +02:00
mbhave
6a577ad1fd
resolve merge conflicts on sync code
2018-01-09 11:17:10 +02:00
mbhave
a77f02d520
resolve conflicts
2018-01-09 11:14:12 +02:00
Paul Brodner
6bc389a0c3
adding test group
2018-01-09 11:11:19 +02:00
Paul Brodner
e7840dc49b
update sync-service test
2018-01-09 11:10:39 +02:00
Alex Mukha
60970324ed
REPO-3097 Update error messages after jackson upgrade
2017-12-15 11:06:42 +00:00
Andrei Forascu
5fe22a8418
Merge branch 'feature/repo-2270_sharedlinkspart3' into 'master'
...
REPO-2270 - RestAPI: Implement tests in TAS project for 'Shared-links' RestApi endpoint - part 3:
See merge request tas/alfresco-tas-restapi-test!43
2017-12-12 09:40:35 +00:00
Andrei Forascu
19056c5c83
REPO-2266 / REPO-2275: Implement tests in TAS project for 'Trashcan' RestApi endpoint - part 1/2
...
- implement sanity tests for GET /deleted-nodes, GET /deleted-nodes/{nodeId}, DELETE /deleted-nodes/{nodeId}, POST /deleted-nodes/{nodeId}/restore endpoints
- code formatting
2017-12-08 16:21:27 +02:00
Andrei Forascu
2f1227815b
REPO-2270 - RestAPI: Implement tests in TAS project for 'Shared-links' RestApi endpoint - part 3:
...
- added sanity tests for GET /shared-links/{sharedId}/renditions, GET /shared-links/{sharedId}/renditions/{renditionId}, GET /shared-links/{sharedId}/renditions/{renditionId}/content
2017-12-07 16:32:29 +02:00
Andrei Forascu
b00811bd99
Feature/repo 2268 sharedlinkspart2
2017-12-06 10:01:33 +00:00
Matt Ward
a2bf7e913a
Merge branch 'feature/REPO-1308_retrieve_global_actions' into 'master'
...
REPO-1308 retrieve global actions
See merge request !39
2017-12-05 14:02:38 +00:00
Matt Ward
b2e9149d64
REPO-1308: use method chaining for assertions
...
As per review feedback in:
https://git.alfresco.com/tas/alfresco-tas-restapi-test/merge_requests/39#note_13621
2017-12-05 13:39:53 +00:00
Matt Ward
aca6d62548
REPO-1308: use TestGroup.ACTIONS instead of TestGroup.NODES
2017-12-04 13:02:30 +00:00
Matt Ward
d80e953cf5
REPO-1308: fix 401 response test
...
The listActions API wrapper was expecting JSON to be present, but
for a 401 it is not.
2017-12-04 11:56:07 +00:00
Andrei Forascu
6f7bfa41ad
REPO-2267 - RestAPI: Implement tests in TAS project for 'Shared-links' RestApi endpoint - part 1:
...
- check that the created shared-link is displayed
- added a retry / wait clause to allow indexing to finish
2017-12-04 10:38:55 +02:00
Matt Ward
d7efa10b65
REPO-1308: added 'GET /action-definitions' error status checks
...
Added a couple of error code checks: 400 (bad request) and
401 (unauthorised) - the latter actually fails and raises the question
of whether the actions API implmentation or the TAS test framework are
wrong. Committing to capture the test code, but will sort it out
one way or another.
2017-12-01 16:47:02 +00:00
Matt Ward
d3c5b50268
REPO-1308: added simple 'GET /action-definitions' sanity test
...
Added an Actions API representation and an ActionsTests class
containing a simple sanity test.
2017-12-01 15:35:15 +00:00
Andrei Forascu
b364a0ebff
REPO-2267 - RestAPI: Implement tests in TAS project for 'Shared-links' RestApi endpoint - part 1:
...
- added a test for GET /shared-links endpoint
- moved tests with includePath to regression category
2017-11-29 16:18:21 +02:00
Andrei Forascu
35dab3d49f
REPO-2948 - S3 IA: Update AWS Quick Start and include S3 IA configuration:
...
- added AWS QS sanity suite with only content related tests
- modified negative action definition tests to be included in Regression test suite
2017-11-29 11:24:08 +02:00
Andreea Nechifor
7c75a488c9
Merge branch 'REPO-1868' into 'master'
...
Repo 1868 : Retrieve list of publicly available actions for a node
See merge request !37
2017-11-28 11:36:23 +00:00
Andreea Nechifor
f0a9b001b0
REPO-1868: Retrieve list of publicly available actions for a node
2017-11-28 13:38:15 +02:00
Andrei Forascu
3212214024
REPO-2948 - S3 IA: Update AWS Quick Start and include S3 IA configuration:
...
- increased wait time for tests to run on AWS QS
2017-11-28 11:35:14 +02:00
Andreea Nechifor
1b77baac54
Create branch REPO-1868 Retrieve list of publicly available actions for a node
2017-11-28 10:42:18 +02:00
Andrei Forascu
048f4bd818
REPO-2948 - S3 IA: Update AWS Quick Start and include S3 IA configuration:
...
- fixed a test that was failing intermittently on AWS QS build
2017-11-27 19:04:39 +02:00
Alexandru Epure
7084d319cd
REPO-3023: Fix quarantined TAS REST API GetTagsTests
2017-11-27 16:13:56 +00:00
Andreea Nechifor
401df13b6a
Added tests for authentication endpoints.
2017-11-23 10:39:06 +02:00
Andreea Nechifor
63ca2e9afd
REPO-2291 : apply review on queries/sites, queries/people and queries/nodes endpoints.
2017-11-21 10:13:55 +02:00
Andreea Nechifor
1419e5c610
REPO-2291 : RestAPI: Implement tests in TAS project for 'Queries' RestApi endpoint
2017-11-20 15:19:27 +02:00
Andreea Nechifor
b0fb0816ca
Validate only that the query is valid
2017-11-09 10:10:54 +02:00
Andreea Nechifor
0143baf827
Merge branch 'REPO-1154' into 'master'
...
REPO-1154 : RestAPI: Using spaces for term-based queries - nodes
See merge request !33
2017-11-08 10:58:58 +00:00
Andreea Nechifor
97fcc2f27e
Repo-1154: Using spaces for term-based queries - nodes retry mechanism of search
2017-11-02 17:12:16 +02:00
Andreea Nechifor
79a87a7886
REPO-1154 : RestAPI: Using spaces for term-based queries - nodes
2017-11-01 10:37:38 +02:00
Alexandru-Eusebiu Epure
8fbaada823
REPO-2967 Reduce GetTagsTests dataprep from 180s to 60s.
2017-10-31 16:48:06 +02:00
Alexandru-Eusebiu Epure
4df9df1835
REPO-2967 Rename the wrong test name.
2017-10-31 15:24:06 +02:00
Alexandru-Eusebiu Epure
89698f8e22
REPO-2967 Increase maximum wait time for tag tests.
2017-10-31 15:20:56 +02:00
Alexandru-Eusebiu Epure
26779bb8f5
REPO-2967 Add REST acs-community test suite
...
Adnoted tests that need jmx and transformers services in order to be exclude them from the testSuite.
2017-10-31 14:03:39 +02:00
Alexandru-Eusebiu Epure
cbae035ed4
REPO-2289 : Implement tests in TAS project for 'Groups'
...
Remove only DESC assertion sorting from GroupsTests.createListUpdateAndDeleteGroup because the assert does not work properly.
2017-10-24 18:15:39 +03:00
Alexandru-Eusebiu Epure
3a80218f24
REPO-2289 : Implement tests in TAS project for 'Groups'
...
Remove DESC sorting from GroupsTests.createListUpdateAndDeleteGroup because the assert does not work properly.
2017-10-24 17:10:42 +03:00
Alexandru-Eusebiu Epure
7cb8112e75
REPO-2289 : Implement tests in TAS project for 'Groups'
...
Implemented createGroupMembershipUntilIsCreated that waits maximum 90s for solr to index the group membership
Add test for each endpoint.
Updated listGroupMembership for person as it did not returned the correct model.
2017-10-23 16:05:58 +03:00
Alexandru-Eusebiu Epure
369dedf435
REPO-2289 : Implement tests in TAS project for 'Groups'
...
Add models for groups (RestGroupModel and RestGroupMember)
Implemented all endpoints requests for GROUPS category (Api-Explorer)
2017-10-20 10:43:12 +03:00
Alexandru-Eusebiu Epure
af746f0b76
REPO-2289 : Implement tests in TAS project for 'Groups'
...
Remove unused imports and variables.
2017-10-18 15:46:16 +03:00
Alexandru-Eusebiu Epure
68cec04504
REPO-2251 : REST API: Reliable TAS REST API & CMIS build plans (5.2.N & 5.1.N)
...
Fixed few network failing tests.
2017-10-17 14:58:13 +03:00
Alexandru-Eusebiu Epure
00e17486da
REPO-2251 : REST API: Reliable TAS REST API & CMIS build plans (5.2.N & 5.1.N)
...
Fixed few network failing tests.
Remove from NetworkDataPrep creation of sites/documents and add them to each NetworkTestsClass according to the tests requirements.
2017-10-17 10:01:56 +03:00
cagache
6afb9fa703
REPO-2755 / REPO-2251: fix for oneUserGetsItsOwnSiteMembershipRequestsWithSuccess which is random failing
2017-10-16 17:31:56 +03:00
Alexandru-Eusebiu Epure
5b19cc559e
REPO-2251 : REST API: Reliable TAS REST API & CMIS build plans (5.2.N & 5.1.N)
...
Refactor all Network tests:
Group network tests into related class (removed from previous class designed for each endpoint)
Add abstract class NetworkDataPrep on which are created tenants and other resources shared for these tests (high cost)
NOTE: Some test still need fixing.
2017-10-16 17:29:01 +03:00
cagache
99731d7364
REPO-2755 / REPO-2251: deleted duplicate test
2017-10-16 12:22:23 +03:00
cagache
0a45e9d851
REPO-2755 / REPO-2251: deleted duplicate test and change wait for 60 sec until new tags are returned with while
2017-10-16 11:38:01 +03:00