How to configure testingbot?

I read the following instructions from the documentation:

1. In Katalon Studio, go to  **Project**  >  **Settings**
2. Choose the  **Desired Capabilities**  option > click  **Remote**
3. Fill in the correct  **Remote server URL** :  *https://api_key:api_secret@hub.testingbot.com/wd/hub*
4. Fill in the  *browserName* ,  *version* , and  *platform*  or any [other desired capabilities](https://testingbot.com/support/other/test-options) you want to use

### Run Katalon Studio Tests on TestingBot

To run the recorded test on TestingBot, on the top menu bar, click  **Action**  >  **Run**  >  **Remote** .

but what should I enter in “remote url server”?
https: // api_key: api_secret@hub.testingbot.com/wd/hub

I get this error:

Keyword runFeatureFile was failed (Root cause: com.kms.katalon.core.exception.StepFailedException: Feature file 'Include/features/01-Self S/01-SLogin.feature' was failed
	at com.kms.katalon.core.keyword.internal.KeywordMain.stepFailed(KeywordMain.groovy:50)
	at com.kms.katalon.core.keyword.internal.KeywordMain.stepFailed(KeywordMain.groovy)
	at com.kms.katalon.core.keyword.internal.KeywordMain.stepFailed(KeywordMain.groovy:23)
	at com.kms.katalon.core.keyword.internal.KeywordMain$stepFailed$0.call(Unknown Source)

testingbot funziona con i file .feature?