Feature: Load configuration JSONs into the UI
As a User
I want to view the current configuration of the bot
Because.. yes
Scenario: Load up the webapp
Given I'm a user
When I login to the app
Then I expect to see the current configuration of user defined variables and trigger-reaction pairs
Feature: Load configuration JSONs into the UI As a User I want to view the current configuration of the bot Because.. yes
Scenario: Load up the webapp Given I'm a user When I login to the app Then I expect to see the current configuration of user defined variables and trigger-reaction pairs
3