Skip to content

Commit 70eada4

Browse files
authored
Merge pull request #4 from legrego/spaces-api-tests
Initial round of spaces api testing
2 parents 1b2708f + 9023431 commit 70eada4

50 files changed

Lines changed: 3226 additions & 1548 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

x-pack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,4 +174,4 @@
174174
"engines": {
175175
"yarn": "^1.6.0"
176176
}
177-
}
177+
}

x-pack/scripts/functional_tests.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,6 @@ require('@kbn/test').runTestsCli([
1414
require.resolve('../test/api_integration/config.js'),
1515
require.resolve('../test/saml_api_integration/config.js'),
1616
require.resolve('../test/rbac_api_integration/config.js'),
17-
require.resolve('../test/spaces_api_integration/config.js'),
17+
require.resolve('../test/spaces_api_integration/spaces_only/config.js'),
18+
require.resolve('../test/spaces_api_integration/security_and_spaces/config.js'),
1819
]);

x-pack/test/spaces_api_integration/apis/saved_objects/bulk_get.js

Lines changed: 0 additions & 145 deletions
This file was deleted.

x-pack/test/spaces_api_integration/apis/saved_objects/create.js

Lines changed: 0 additions & 143 deletions
This file was deleted.

0 commit comments

Comments
 (0)