dron4ik86

Results 8 comments of dron4ik86

> my icon is there, but I cannot change sound volume in apps. slider does slide but volume does not change. same problem

Same thing for me, my PATH looks good

@aiecode if you need to load the data from the CSV file, you can use @leonardopsantos solution. I use @leonardopsantos solution, and its working fine for me: the `x.feature` file...

@jenisys For me everything is working perfectly. The output is: `behave -i tutorial.feature` ``` Feature: csv file # features/tutorial.feature:1 @dynamic Scenario Outline: Load data from csv -- @1.1 Dynamic #...

@jenisys as I understand from the behave [doc](https://behave.readthedocs.io/en/stable/api.html?highlight=before_feature#environment-file-functions) `before_feature` It will be run before the feature file is exercised. So as I understand, what's happing here is that every `for`...

I have the same issue, I solved this issue as @AvalakhGit solved using this plugin https://plugins.jenkins.io/purge-job-history/