Čamo
Čamo

Reputation: 4160

Cucumber-reports defining an environment variable

I would like to send my cucumber reports to cucumber-reports cloud(?) but the page requires to set up some environment variables like you see on the picture. But I am not sure what it exactly mean and how to do it. I would like to to do it in Java code which will load this value from config file. But really don't know what they mean.

enter image description here

Can somebody tell me how to do it right? Thank you.

Upvotes: 0

Views: 815

Answers (1)

Aslak Hellesøy
Aslak Hellesøy

Reputation: 1191

How to set environment variables depends on your operating system.

Try this: https://www.twilio.com/blog/2017/01/how-to-set-environment-variables.html

Upvotes: 2

Related Questions