I am unable to pass system time as build name with my Protractor script. Could you please help me with the sample here?

I am unable to pass system time as build name with my Protractor script. Could you please help me with the sample here?

Hi Noah,

You can use the build capability as shown below-

 'commonCapabilities': {
  
      'build': 'Basic Auth' + tt,
      'tunnel': false
    },
    'multiCapabilities': [{
      "name" : "your test name" + tt,
                  'platform' : "Windows 10",
         'browserName' : "Chrome",
    'version' : "83.0",
  },