| Q | A | ---------------- | ----- | Bug report? | no | Feature request? | yes | BC Break report? | no | RFC? | no ## Setup - [x] Test PHP 7.1 and PHP 7.2 - [x] Test pimcore via the skeleton branch, each new minor version of pimcore needs to be testet: - pimcore 5.4.x - pimcore 5.5.x - pimcore 5.6.x - [x] Implement Codeception Bootstrap - [x] Implement Travis Configuration ## Test ### Unit Tests - [x] Check markup of each area element - [x] Check default configuration of each area element - [x] Context Test - [x] Theme Test - [x] Column Calculator - [ ] Store Provider ### Functional Tests - Controller Test - [x] Ajax Cest - [x] Snippet Cest - [x] ColumnAdjuster Cest - Context - [x] Test Multiple Context Scenarios - [x] Test CK-Editor-Settings - Config - [ ] Test CK-Editor-Settings - [ ] Test Configuration Window - [ ] Test Element Mark-Up - [ ] Test Theme Wrapper - [ ] Test image_thumbnails Config - [ ] Test conditional logic Config - [ ] Test data_attributes Config - Bricks - [ ] Test Custom Brick - [ ] Test Custom Brick in different Context - Theme - [ ] Test Layout-Rendering (B3,B4) - [ ] Test Layout fallback #### Functional Tests Workflow ```php $I->amLoggedInAs('dachcom_test'); $I->haveASnippet('snippet-test'); $I->amOnPage('/snippet-test?pimcore_editmode=true'); $I->seeElement('.snippet-selector'); ```
Setup
Test
Unit Tests
Functional Tests
Functional Tests Workflow