mobify / nightwatch-commands

A set of Mobify specific custom commands for Nightwatch.js
60 stars 18 forks source link

Extend site.json to accept multiple profiles #11

Closed scalvert closed 10 years ago

scalvert commented 10 years ago

We need to be able to specify multiple site profiles in the site.json file.

Example:

{
  activeProfile: "en";
  profiles: [
    "en" : {
      "bundleUrl": ""
    },
    "fr": {
       "bundleUrl": ""
    }
  ];
}