I followed the steps on the following question: Make google actions development project preview persist longer, but this doesn't seem to be working anymore.
Some relevant notes:
- I'm using version 2.0.7 of the gactions cli
- I confirmed @dadykhoff's answer. As of May 17, using "gactions preview" doesn't work anymore. You need to use "gactions test"
- Not sure if it's relevant but my action requires the user to be logged in to Google, so when the test starts I have to link my account and then I can start interacting with the app
- I ran
gactions --verbose test --project {project name} --action_package action.json --preview_mins 2400
and although the test was pushed successfully, it still expired after ~30 mins - I confirmed from the verbose output that "endTimestamp" is set correctly to 2400 mins from the moment I ran the command
Any ideas on how I can get the test to run longer?