- Test Command Interaction - [ ] test blog import without existing articleTemplate - [ ] test blog import with existing article template - [ ] test blog command error: - [ ] error on view validation. - [ ] error when blog name already taken. // irrelevant in command validator since blog update is possible - [ ] error when file path is invalide - [ ] error when article template, tempate not found - [ ] error when layout seem to doesn't exist - [ ] error when required options is missing - Test Command Execution - [x] Payload Data integrity ('given the following payload and the following stages I should have the following payload after stages __invoke()') - [x] ArticleDataExtractorStages - [x] VicArticleAttachmentStages - [x] VicArticleContentStages - [x] VicArticleGeneratorStages - [x] AuthorDataExtractorStages - [x] BlogDataExtractorStages - [x] VicBlogGeneratorStages - [x] CategoryDataExtractorStages - [x] VicCategoryGeneratorStages - [ ] VicArticlesBusinessPagesStages // can't be tested unitary -- EntiyProxy issue - [ ] VicSEOGenerator // can't be tested unitary -- EntiyProxy issue - [x] TagDataExtractorStages - [x] VicTagGeneratorStages - [x] VicArticleTemplateBuilder
Test Command Interaction
test blog import without existing articleTemplate
test blog import with existing article template
test blog command error:
Test Command Execution
Payload Data integrity ('given the following payload and the following stages I should have the following payload after stages __invoke()')