Ghost/ghost/core/test/utils
Sam Lord 48550c81aa Improved performance of prepareContentFolder function
fixes https://github.com/TryGhost/Toolbox/issues/150

- up until now, the test framework has copied all theme fixtures to the
  test directory when it boots Ghost
- the vast majority of tests don't need all the themes, so this is quite
  a wasteful operation
- this commit disables copying all themes by default, and provides the
  `copyThemes` boot option to enable this
- also adds a `copySettings` option, and defaults `redirectsFile` to
  false to further reduce the number of file copies
2022-08-01 08:58:13 +02:00
..
agents Moved test agents into subfolder 2022-07-26 18:00:37 +02:00
fixtures Added report API for comments (#15043) 2022-07-22 12:03:05 +02:00
mocks Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02:00
admin-utils.js Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02:00
api.js Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02:00
assertions.js Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02:00
configUtils.js Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02:00
db-utils.js Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02:00
e2e-framework-mock-manager.js Fixed TXT content of report emails (#15090) 2022-07-25 15:27:38 +01:00
e2e-framework.js Moved test agents into subfolder 2022-07-26 18:00:37 +02:00
e2e-utils.js Improved performance of prepareContentFolder function 2022-08-01 08:58:13 +02:00
fixture-utils.js Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02:00
index.js Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02:00
overrides.js Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02:00
redirects.js Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02:00
url-service-utils.js Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02:00
urlUtils.js Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02:00