Pooja Shah

Results 12 issues of Pooja Shah

the current version may differ when I opt to use "tag-name" and change it as per convenience. The current list feature, shows info about versions and the setting switches set...

```jenkins version:2.46``` following the [doc](https://github.com/afonsof/jenkins-material-theme) I have uploaded the css file to my s3 bucket and linked it in jenkins but it fails always, the same happens with even the...

man @aconrad love you for this awesome work. it saved a lot of my time. though I'm finding it strange at numbers to understand (1st 3 columns) Am I missing...

![image](https://user-images.githubusercontent.com/6470509/74155255-3f2dc600-4c3a-11ea-8183-1fad4b4d174d.png) The image link shown on the page is relative to localhost, which shows 404 ```http://localhost:63342/screenshots/my_screenshot.png``` **To Reproduce** keep a png file named **my_screenshot.png** in the root of project contents...

bug
next-gen

To get the solution for https://github.com/nose-devs/nose/issues/1050 **Use Case** ```nosetests {test_path} --matchMethod={val}``` This will try to match on methods only (not applying the same regex on Files/Dir/module etc.) so now user...

this issue may be debatable that its a bug or feature hence here is the example why it should be considered a bug. **Actual** : as per [document](http://nose.readthedocs.io/en/latest/plugins/testid.html) it works...

like [nose2](http://nose2.readthedocs.io/en/latest/configuration.html#configuring-test-discovery), is there any way to achieve this in nose1? I want to change the discover rule only for methods.

Hi Cedric, Thanks for writing this awesome piece. I have a query.... At run time, how can I get the java method names called under a testMethod ex. ITestContext/ITestResult exposes...

Excellent! however does it support capturing warnings? I did try but it didn’t find any. Kindly please update.

I have a really very hue command to execute Eg. nosetests -vv --goober tests/my_path --matchMethod='(?:\b|_)[Tt]est(.*)(unit)+' --with-xunit --exclude-dir=tests/test_suites --cover-html --cover-html-dir=testreports/coverage/destination --cover-package=pkg1,pkg2,pkg3,pkg4,pkg5 --cover-erase --cover-inclusive --with-xcover --xcoverage-file=testreports/coverage/customcover.xml --rednose --exe and using plumbum, i...