0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/core/test/integration
Katharina Irrgang d2baf80d58
Optimised test folder structure (#9958)
refs #9866

- test/functional/
- test/functional/api
- test/functional/api/v0.1
- test/functional/api/v0.1/utils
- test/functional/api/v2
- test/functional/api/v2/admin
- test/functional/api/v2/admin/utils
- test/functional/api/v2/content
- test/functional/api/v2/content/utils

- updated grunt file
- instead of `grunt test-routes`, you now need to use `grunt test-functional` (docs are updated)

You can use `localUtils.API.getApiQuery('posts/')` and it will generate the correct API url.
2018-10-07 16:36:02 +02:00
..
data/importer/importers Removed toJSON serialization in findPage method (#9899) 2018-09-26 14:11:22 +02:00
helpers 🐛Disallowed indexing of preview pages (#9762) 2018-09-17 11:29:47 +02:00
model Fixed travis 2018-10-06 02:09:07 +02:00
services/url Optimised test folder structure (#9958) 2018-10-07 16:36:02 +02:00
web 🎨 Dynamic Routing Beta: Enabled redirect by default when using data key 2018-08-16 12:13:24 +02:00
export_spec.js 🔥 Removed permalink setting 2018-08-16 12:13:24 +02:00
migration_spec.js Set up schema and models for API Key authentication (#9904) 2018-10-02 17:46:38 +01:00
update_check_spec.js Moved api controllers into api/v0.1 (#9918) 2018-09-27 16:06:57 +02:00