Apoorva Manjunath

Results 9 issues of Apoorva Manjunath

Dunner would love a logo for it!

help wanted
good first issue

For Docker images whose entrypoint is defined and are run as an executable, Dunner fails to execute commands defined in it. Example: [Goreleaser's docker](https://github.com/goreleaser/goreleaser/blob/master/Dockerfile) file. Dunner task file: ``` tasks:...

enhancement
gsoc-2019

Currently if the image is private on docker hub and requires login, dunner fails with error message as: ``` docker: checking existence of the image 'ngnix:1.17.3' Pulling image: 'ngnix:1.17.3'... -DEBU[2019-08-26...

feature

Related: https://github.com/leopardslab/dunner/pull/165

good first issue

With latest `master`, try : ``` commands: - ["echo","$FOO_USER"] - ["echo", "$BUILD_DIR"] envs: - FOO_USER=foo - BUILD_DIR=`$GOPATH` ``` Environment variables are not passed to container. The commands above do not...

bug
help wanted

With this feature, user can see scenario level execution in IntelliJ test runner, which adds better UI.

enhancement

Currently if there is any .md file in a non-gauge project, the gauge intellij plugin treats it as gauge file. But this is not expected.

enhancement

The sample Gauge projects created by specs are not cleaned up post execution. The hook registered to delete sample project directory is not working and creates memory issues.

bug