Questions tagged [runner]

250 questions
0
votes
1 answer

Error finding configuration file when using nunit3-console runner

I'm trying to execute my SpecFlow tests through nunit3-console runner but I'm receiving the following error: System.IO.FileNotFoundException : The configuration file 'appsettings.json' was not found and is not optional. The expected physical path…
eclipse06
  • 11
  • 2
0
votes
1 answer

SQL Runner (Google Looker) change date format in query

This topic has been covered several times but I can't find a solution that applies to SQL Runner, which is the custom query portion of Google's Looker platform. I am attempting to reformat a datetime SELECT statement from yyyy-mm-dd to…
0
votes
1 answer

I added some files in my ios project but they are not showing up in XCode project navigator [ XCode 13.2 ]

I added a directory indside Runner as shown But directory is not showing up in project navigator I copied and pasted directory inside it. How can I resolve this.
Ujjawal Maurya
  • 462
  • 5
  • 17
0
votes
1 answer

Rails Actionmailer - Find original header in bounceback

I've set up a forwarder through cpanel called 'eblast-bounceback@mydomain.com' which pipes to a runner (i.e., look up any tutorial on receiving emails through rails). This part works just fine - I can tell that the script is running because I've…
0
votes
1 answer

Gitlab CI/CD: missing /usr/local/bin/gitlab-runner. Uploading artifacts is disabled

So I have a quite simple gitlab-ci.yml script: test stage: stage: build artifacts: paths: - result/ script: … So the problem is when it gets to the “Uploading artifacts for successful job”, it…
Sysel.lol
  • 29
  • 6
0
votes
2 answers

Making rollApply() skip n steps - R

Below is my attempt at a minimal reproducible example. Briefly explained, I am using rollApply from the rowr package to calculate a function over a rolling window, and using data from two columns simultaneously. If possible, I would like to skip n…
0
votes
1 answer

Distributed runners cache Gitlab Runner Path = path/to/prefix

reading the documentation about distributed runners cache I was wondering what the variable "Path" in the config.toml does. [runners.cache] Type = "s3" **Path = "path/to/prefix"** Shared = false Does this just change the S3 url…
mps
  • 1
0
votes
1 answer

Redundance in gitlab runners

I want to implement redundancy in my GitLab runners. Before creating a new server I am trying with my local machine. The current setup on my repository: Working runner (from server) Non working runner (from local machine) I want GitLab to chose…
0
votes
1 answer

REST Postman How to use datafiles in Runner for more then one endpoint

I like to use the Runner in Postman to run / test a whole collection of endpoints. Each endpoint should get different parameter or request body data on each iteration. So far i figured out the data file usage for one endpoint. See…
Jens S
  • 29
  • 1
  • 6
0
votes
1 answer

rolling window of a fixed number of observations before a date - but not a rolling date window

Trying to run a number of simple functions by creating a window of data in data table but struggling with mixing a fixed number of sequenced observations and a shifted date - not to be confused with any number of observations over a rolling date…
user1849286
  • 179
  • 1
  • 10
0
votes
1 answer

Golang Task Runner - (github.com/oxequa/realize) outputs exec: not started

I am trying to use Golang Task Runner realize which enhance the workflow by automating the most common tasks and using the best performing Golang live reloading. By following the Quickstart guide I did go get github.com/oxequa/realize in the project…
dpthegrey
  • 117
  • 10
0
votes
0 answers

Need help in migrating CruiseControl.Net to Jenkins for MSTest Automation Projects

Currently in our company we are executing tests from CCNet (in Automation VM) by specifying different build arguments, however I feel it is now best to migrate to better automation server which is Jenkins I am new to Jenkins world however I started…
0
votes
1 answer

tagged hook does not work as expected. It runs always

I have two cucumber features. Only one of them is tagged by tag @maximize which maximizes the browser window. I have also the hooks class which contains one @Before hook which should run only for tag @maximize. But as I see this hook runs always…
Čamo
  • 3,863
  • 13
  • 62
  • 114
0
votes
1 answer

Relation between Runner collection in postman and Python code

I have a JSON code with variables in postman and used the runner collection to upload a csv file in order to substitute the code variables with their values. Now, I'm trying to do the same but with python code. I have generated the python code from…
Maguy
  • 1
0
votes
0 answers

Build Stage in Yaml fails

I installed a GitLab runner in a Build server and registered a runner for a Project I have in GitLab. The Build Stage has the following in the first line: 'D:\scripts\NuGet\NuGet.exe restore %CI_PROJECT_DIR%%SOLUTION_FILE%' I already verified…
Classic
  • 23
  • 2
  • 4