0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00
ghost/core/test/functional/routes/api
kirrg001 4a6b5d2d4e Speed up routing tests
refs #9178

- the first test will start the ghost server
- all following test will reuse the server and only truncate the database tables
- you can use `forceStart` if you need
- we have to ensure that reusing the server requires us to
  - e.g. reload the settings
  - e.g. reload active theme
- remove fork functionality (you can use `forceStart: true`)
- no test has changed, just the way we start the server
2017-12-05 12:32:04 +01:00
..
authentication_spec.js Speed up routing tests 2017-12-05 12:32:04 +01:00
configuration_spec.js Speed up routing tests 2017-12-05 12:32:04 +01:00
db_spec.js Speed up routing tests 2017-12-05 12:32:04 +01:00
error_spec.js Speed up routing tests 2017-12-05 12:32:04 +01:00
notifications_spec.js Speed up routing tests 2017-12-05 12:32:04 +01:00
posts_spec.js Speed up routing tests 2017-12-05 12:32:04 +01:00
public_api_spec.js Speed up routing tests 2017-12-05 12:32:04 +01:00
redirects_spec.js Speed up routing tests 2017-12-05 12:32:04 +01:00
settings_spec.js Speed up routing tests 2017-12-05 12:32:04 +01:00
slugs_spec.js Speed up routing tests 2017-12-05 12:32:04 +01:00
spam_prevention_spec.js Speed up routing tests 2017-12-05 12:32:04 +01:00
tags_spec.js Speed up routing tests 2017-12-05 12:32:04 +01:00
themes_spec.js Speed up routing tests 2017-12-05 12:32:04 +01:00
upload_icon_spec.js Speed up routing tests 2017-12-05 12:32:04 +01:00
upload_spec.js Speed up routing tests 2017-12-05 12:32:04 +01:00
users_spec.js Speed up routing tests 2017-12-05 12:32:04 +01:00
webhooks_spec.js Speed up routing tests 2017-12-05 12:32:04 +01:00