Features

Configure Timezone

During Cypress testing, you might want to test behaviour specific to a certain timezone. TestingBot allows you to configure the timezone of the machines that run your Cypress tests.

Please use a timezone format from the list of timezones.

{
  ...
  	"browsers": [
        {
            "browserName": "chrome",
            "platform": "WIN10",
            "version": "latest",
            "timezone": "New_York"
        }
    ],
  ...
}