AgileVentures / asyncvoter-api

For Voting on Stories and Tickets remotely and asynchronously e.g. planning poker
5 stars 7 forks source link

Set environment variables across platforms #64

Closed chaiwa-berian closed 7 years ago

chaiwa-berian commented 7 years ago

Currently we are using env to set environment variables before running RSpec unit tests and Cucumber tests. The env command doesn't work smoothly for windows users. Using a package that enables setting environment variables cross-platform would be very helpful. See notes about cross-env here : https://www.npmjs.com/package/cross-env