Questions tagged [runner]
250 questions
2
votes
1 answer
How do I run Cucumber Runner from AWS Lambda Handler
I am trying to run Cucumber runner class using Selenium Webdriver in AWS Lambda. So far I have been able to run selenium in the AWS handler function, but how do I call the Cucumber Runner from my handleRequest so I can run the tests in Lambda?
Here…

Ray Prusia
- 21
- 4
2
votes
1 answer
GitLab runner docker executor calls back gitlab server by IP address
I have private GitLab server running in the cloud (bitnami image). I have a custom domain registered with the public IP of Gitlab Server and letsencrypt certificate generated for this domain. I can access gitlab server by https://mycustomdomain/.
I…

Marian
- 53
- 5
2
votes
2 answers
TestCafe Runner.run(runOptions) never returns, browser hangs (Firefox & Chrome)
I've got a little sandbox project I've been playing around with for the last few weeks to learn the in's and out's of implementing a TestCafe runner.
I've managed to solve all my problems except one and at this point I've tried everything I can…

Seth Eden
- 1,142
- 2
- 20
- 42
2
votes
1 answer
Runner cannot clone gitlab repository
The runner installed on my machine cannot clone the git repository.
I have a gitlab instance that runs as dockerized and expose the access to the web interface at http://172.19.193.16:666 address. At port 80 runs another completely different web…

Yamil Ortega
- 293
- 3
- 11
2
votes
1 answer
gitlab runner - network_mode = "host"
I want to setup CI/CD in GitLab.
So i installed docker and the gitlab-runner on linux, created a config for a runner and started everything. So far so good.
The runner works, and docker works.
But i am using the linux subsystem from windows, so i…

Felix Quehl
- 744
- 1
- 9
- 24
2
votes
1 answer
Multiple runners in one file only yield results of the first
I am trying to use TestCafe to automate my project's initial setup. In the middle of the setup, a POST request that takes a long time has to be made before the setup could continue. This is my runner.js and it's running in Node 10:
const…

Afif Sohaili
- 246
- 3
- 11
2
votes
1 answer
Cucumber Java - ExtendedCucumberOptions does nothing in Runner class (Reports)
I'm working with Cucumber in Java, and I have a doubt about the ExtendedCucumberOptions, because is not doing anything.
This is my Runner:
import cucumber.api.CucumberOptions;
import cucumber.api.junit.Cucumber;
import…

nosequeweaponer
- 511
- 10
- 38
2
votes
2 answers
Postman data array to variable in RAW Post Body
I'm using a data file for past man with the following JSON with the following data
{
"FirstName": "Jennifer",
"MiddleName": "Geraldine",
"LastName": "Gemma",
"email": "montes.nascetur@vulputatenisisem.net"
…

Mark Anderson
- 21
- 1
- 3
2
votes
2 answers
Gitlab Multi Runner
I have just installed gitlab runner by using tutorial from their website. I would like to know if this installation that I used is running with multiple runner feature. I have these installed:
Gitlab-runner
Gitlab-ci-multi-runner
I have checked…

Adityo Setyonugroho
- 877
- 1
- 11
- 29
2
votes
1 answer
Gitlab CI Runner | Custom mysql conf
I'm trying to set my own mysql conf for Gitlab CI Runner.
I found in the documentation how to set my own php.ini :
before_script:
- cp ci/php.ini /usr/local/etc/php/conf.d/test.ini
I didn't find informations about how setting my.cnf, I tried…

Aximem
- 714
- 8
- 27
2
votes
2 answers
how to run multiple iteration a single api in a collection in postman runner?
In postman runner, I can run all apis in a collection for multiple iterations. Is there a way that I can pick one api and run it multiple iterations?

Henry
- 384
- 1
- 9
- 22
2
votes
1 answer
Gitlab CI can't clone gitlab repo
Has anybody has same problem?
I connected Gitlab ci with Gitlab. When test run Gitlab CI can't clone Gitlabs repo.
Got this error:
cd /home/gitlab_ci_runner/gitlab-ci-runner/tmp/builds && git clone…

Primoz
- 1,324
- 2
- 16
- 34
2
votes
1 answer
Accessing Request, Response, Service and Db Context, etc. in ServiceStack
In my previous project, I use a framework (Agatha RRSL) similar to ServiceStack, in that everything is made of Request, Response and Handler. It also has Interceptors that can attach to handler and you can inject other interfaces to the handler as…

Whoever
- 1,295
- 1
- 14
- 21
2
votes
1 answer
Nunit pass params to Test from nunit-console
I am using below to pass a single parameter to my Test.
C:\Documents and Settings\>"C:\Program Files\NUnit 2.6.2\bin\nunit-console" "D:\Automation\ClassLibrary2\bin\Debug\ClassLibrary2.dll…

Kishore reddy
- 71
- 1
- 4
2
votes
3 answers
Make The Sonar Runner Gradle Task Depend On One Of My Tasks
I am trying out the new Sonar Runner task recently released in gradle 1.5. What I would like to do is be able to make the sonar runner task dependent on another task so that I can set the Sonar properties correctly for this project (i.e.…

Gareth
- 936
- 6
- 14