Forum Discussion

istepanov's avatar
istepanov
Visitor
12 months ago

HipTest integration

Hey there ! 
I have some troubles with Fetching data from Enterprise CucumberStudio/HipTest project into Automation Framework 

 

When i run 

 

hiptest-publisher --token=<MY TOKEN KEY>

 

I am getting this error, even if the token is correct 

 

[x] Fetching data from CucumberStudio
No project found with this secret token.%  

 

 

Also i tried to generate hiptest-publisher.conf file manually with those parameters 

 

token = <MY TOKEN KEY>
not_recursive = false
split_scenarios = false
with_folders = true
keep_filenames = false
keep_foldernames = false
empty_folders = false
leafless_export = false
no_uids = false
with_dataset_names = false
language = cucumber
output_directory = './src/test/resources/features/hiptest'
framework = java
site = <MY ENTERPRISE PROJECT WEBSITE URL>
step_definitions_output_directory = './src/test/java/stepDefinitions/hipTest'
actionwords_output_directory = './src/test/java/stepDefinitions/hipTest'
package = "stepDefinitions.hipTest"

 

But getting this error : 

 

[v] Fetching data from CucumberStudio
[x] Caching data: /<path to the project>/.hiptest-publisher/cache/300ca50a3a120ddaad5956cacc171c43-1684160170
[x] Extracting data

 

Versions: 

installed hiptest-publisher-3.2.0
ruby 3.2.2 (2023-03-30 revision e51014f9c0) [x86_64-darwin21]

No RepliesBe the first to reply