Giter Site home page Giter Site logo

Comments (8)

mpuittinen avatar mpuittinen commented on June 1, 2024 1

Merged fix to master and published version 1.3.2 of the plugin.

from serverless-mocha-plugin.

nwhite89 avatar nwhite89 commented on June 1, 2024

Perhaps using this https://github.com/serverless/serverless/blob/master/lib/classes/Variables.js#L25 instead of the current would be better?

from serverless-mocha-plugin.

laardee avatar laardee commented on June 1, 2024

@nwhite89 thanks, I noticed this also couple days ago, I'll start working on this ASAP.

from serverless-mocha-plugin.

nwhite89 avatar nwhite89 commented on June 1, 2024

👍 that's great @laardee have been waiting to move to use this due to serverless-offline that's finally working and then came against builds going red and had no clue what was going on lol.

from serverless-mocha-plugin.

jloveland avatar jloveland commented on June 1, 2024

I am still having this issue in my project.

The environment variables are coming in fine when I use the following serverless test:
sls invoke local -f getPlaces -p test/event.json

However, when I use the mocha test, I don't get the environment variables.
sls invoke test

my secrets are kept in a file called secrets.dev.yml

in serverless.yml I have:

custom:
  secrets: ${file(secrets.${opt:stage, self:provider.stage}.yml)}

provider:
  name: aws
  runtime: nodejs4.3
  memorySize: 512 # optional, default is 1024
  timeout: 10 # optional, default is 6
  stage: dev
  region: us-east-1
  environment:
    API_KEY: ${self:custom.secrets.API_KEY}

I am using serverless 1.5.0 and serverless-mocha-plugin 1.3.2

from serverless-mocha-plugin.

laardee avatar laardee commented on June 1, 2024

@jloveland hi, is this setup something like yours https://github.com/laardee/sls-mocha-env-vars-test?

from serverless-mocha-plugin.

jloveland avatar jloveland commented on June 1, 2024

@laardee thanks so much for the example! the problem was that I had the following syntax in my secrets.dev.yml:

API_KEY=secret-api-key

instead of:

API_KEY: secret-api-key

is this a bug since that syntax causes the test to show the env var as undefined, or is that invalid yaml? curious why it wouldn't fail with sls invoke local

from serverless-mocha-plugin.

laardee avatar laardee commented on June 1, 2024

@jloveland I've also done same mistake couple times when converting .env files to env.yml 😄 . Does the sls invoke local pass the environmental variable to the function or does it just fail silently?

from serverless-mocha-plugin.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.