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]704Views0likes0Commentsunable to run cucumber scripts on docker
Hi Team, i get below error when i execute cucumber scripts in docker with the command "docker-compose up" but when executed outside docker as "maven clean test" it works fine without any errors. could you please help me with the same Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-java5/3.0.0-M5/common-java5-3.0.0-M5.jar (16 kB at 17 kB/s) [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running CucumberRunner [ERROR] An error occurred while instantiating class CucumberRunner: null [INFO] [INFO] Results: [INFO] [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [ERROR] There are test failures. Please refer to /usr/src/app/target/surefire-reports for the individual test results. Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream. There was an error in the forked process An error occurred while instantiating class CucumberRunner: null org.apache.maven.surefire.booter.SurefireBooterForkException: There was an error in the forked process An error occurred while instantiating class CucumberRunner: null at org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork(ForkStarter.java:733) at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:305) at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:265) at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeProvider(AbstractSurefireMojo.java:1314) at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked(AbstractSurefireMojo.java:1159) at org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute(AbstractSurefireMojo.java:932) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:137) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:154) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:146) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:117) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:81) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:56) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:305) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:192) at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:105) at org.apache.maven.cli.MavenCli.execute(MavenCli.java:954) at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:288) at org.apache.maven.cli.MavenCli.main(MavenCli.java:192) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289) at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415) at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356) [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 03:28 min [INFO] Finished at: 2022-07-11T13:55:19Z [INFO] ------------------------------------------------------------------------ cucumber-faces_12c_selenium-tests_1 exited with code1.3KViews0likes0Comments