Jonny
- Total activity 22
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 6
-
Created Jenkinsfile Support
Is there a way to get support around Jenkinsfile within PyCharm. I found this answer (https://stackoverflow.com/a/56749404/895169) on SO, but it seems outdated now as the filetype folder doesn't ex... -
Edited PyCharm debugger with Pytest results in ERROR: usage: pytest.py [options] [file_or_dir] [file_or_dir] [...]
I raised this as a bug when I meant to put it here first. I am getting the following following error when trying to use the debugger: PyCharm debugger with Pytest results in ERROR: usage: pytest.... -
Created Is there a way to let a scenario use a different parser?
Hi I am using the default parse in an environment.py file for my behave project. I have a few scenarios that have steps that use the cfparse step_matcher. I see now that in my feature file that P... -
Created Behave does find already created step file
I have noticed this a couple times since I started my 30 day use of PyCharm. If I create a new feature and step file, then add content to my feature file and select "create all step definitions", i... -
Edited setting up behave featureset
AnsweredHi I need to work with a featureset in behave. So from a command line at the root of my project I can run: python -m behave @proj/features/regression.featureset I'm trying to convert that into a ... -
Created Junit not outputted with Behave
Hi I just got the trial license for PyCharm for it's BDD support :) How can make sure that the junit report is created. I have the following behave.ini at my root [behave]format=prettyjunit=truej...