Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Schedule details

On DeployNote: The On Deploy option will not show up until Testery has deploy info for at least one project. See Testery Deployments for more information.
When scheduling an automated test to run on a deploy you first select the project and environment you want your tests to run against.  Next, select Run On Deploy from the Schedule dropdown.  Once you do this a Deploy Project box will appear.  Select the project you want to trigger your tests when it is deployed. Select the Branch, Commit and Build of the tests you are running. (If you want to select the latest Build when scheduling a test run, Testery has to have deployment info so it is deploy-aware.  See Testery Deployments for more information.) Then, add any filters and tags to ensure you are including only those tests you want to be scheduled.
  

...

The structure of the Cron Expression should look like the line below. There are five fields(*) specifying the time to execute the command.

* * * * * 

Where the asterisks(*) represent the following time fields:

...