# Test Mode

Before you begin

You need to have the working Storyly integration as described in Quick Start

This guide shows how to show test groups created in Storyly Dashboard to the specific devices. The default value of isTestMode is false, you need to explicitly define to set test devices.

self.storylyView.storylyInit = StorylyInit(storylyId: STORYLY_INSTANCE_TOKEN, isTestMode: true)
self.storylyView.storylyInit = [[StorylyInit alloc] initWithStorylyId: STORYLY_INSTANCE_TOKEN
                                                           isTestMode: YES];