mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-24 11:22:19 +03:00
fdc043227a
- With 4.0 we have a brand new version of Casper, new fixtures and new default settings - Fixture posts cover the key features and give users an introduction to how to use their site - This all comes from the marketing and design teams to refresh the look and feel of Ghost and give users the best possible onboarding experience Note: this fixture overhaul includes - new content for new 4.0 features - regenerated post content using our updated mobiledoc structure - a switch from British to US English |
||
---|---|---|
.. | ||
admin | ||
content | ||
README.md |
Acceptance Tests
This folder should only contain a set of basic API use cases.
The goal for acceptance tests is to keep test cases to basic usecases e.g. upload an image, schedule a post, download a theme. Otherwise tests should be written as a part of regression test suite.
Future improvement notes:
- We probably need a differentiation for the acceptance tests for session and api_key authentication.