testiumjs / testium-core

Juggling the bits and pieces to run integration tests
BSD 3-Clause "New" or "Revised" License
4 stars 7 forks source link

failed with npm start command with environment variables #24

Open shinout opened 8 years ago

shinout commented 8 years ago

package.json

{
  "start": "NODE_ENV=development node server.js"
}

It seems that testium cannot parse commands when environment variables are set in them.