adorable-smartphone-87280
06/11/2022, 12:09 AMbaseUrl
in different environments? A THREAD:adorable-smartphone-87280
06/11/2022, 12:14 AMcypress.config.ts
and then I over-ride it in non-default environments as needed in my run script (in package.json
). What I would like to do is specify it in a set of /config/environmentName.json
files, OR dynamically construct it using a string value also stored in that same environmental JSON config.adorable-smartphone-87280
06/11/2022, 12:15 AMfresh-doctor-14925
06/11/2022, 8:49 AMpackage.json
solution is the best approach we’ve foundgray-kilobyte-89541
06/11/2022, 11:22 AMsetupNodeEvents
callback to construct the baseUrl
and return itadorable-smartphone-87280
06/17/2022, 4:08 AM