Gauge with data per environment #2029
sampadrout
started this conversation in
General
Replies: 2 comments 2 replies
-
ok. Let me go ahead with this alternate approach. First capture the csv_file= resources/qa/csv_file.csv as per the environment and then copy the files using a hook to a predefined path to which table: resources/csv_file.csv pointing to: fs.copySync(srcDir, destDir, function (err) { |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, i want to run same set of scenarios agains 3 different environments thats dev, qa and pre-prod. Can you please provide me some example how i can achieve this using javascript. Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions