Ghost/core/test/functional/api/v0.1
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
..
authentication_spec.js Optimised test folder structure (#9958) 2018-10-07 16:36:02 +02:00
configuration_spec.js Optimised test folder structure (#9958) 2018-10-07 16:36:02 +02:00
db_spec.js Optimised test folder structure (#9958) 2018-10-07 16:36:02 +02:00
error_spec.js Optimised test folder structure (#9958) 2018-10-07 16:36:02 +02:00
invites_spec.js Optimised test folder structure (#9958) 2018-10-07 16:36:02 +02:00
notifications_spec.js Optimised test folder structure (#9958) 2018-10-07 16:36:02 +02:00
oembed_spec.js Optimised test folder structure (#9958) 2018-10-07 16:36:02 +02:00
posts_spec.js Optimised test folder structure (#9958) 2018-10-07 16:36:02 +02:00
public_api_spec.js Optimised test folder structure (#9958) 2018-10-07 16:36:02 +02:00
redirects_spec.js Optimised test folder structure (#9958) 2018-10-07 16:36:02 +02:00
roles_spec.js Optimised test folder structure (#9958) 2018-10-07 16:36:02 +02:00
schedules_spec.js Optimised test folder structure (#9958) 2018-10-07 16:36:02 +02:00
settings_spec.js Optimised test folder structure (#9958) 2018-10-07 16:36:02 +02:00
slugs_spec.js Optimised test folder structure (#9958) 2018-10-07 16:36:02 +02:00
spam_prevention_spec.js Optimised test folder structure (#9958) 2018-10-07 16:36:02 +02:00
subscribers_spec.js Optimised test folder structure (#9958) 2018-10-07 16:36:02 +02:00
tags_spec.js Optimised test folder structure (#9958) 2018-10-07 16:36:02 +02:00
themes_spec.js Optimised test folder structure (#9958) 2018-10-07 16:36:02 +02:00
upload_icon_spec.js Optimised test folder structure (#9958) 2018-10-07 16:36:02 +02:00
upload_spec.js Optimised test folder structure (#9958) 2018-10-07 16:36:02 +02:00
users_spec.js Optimised test folder structure (#9958) 2018-10-07 16:36:02 +02:00
utils.js Optimised test folder structure (#9958) 2018-10-07 16:36:02 +02:00
webhooks_spec.js Optimised test folder structure (#9958) 2018-10-07 16:36:02 +02:00