Skip to content

Commit 854ce53

Browse files
committed
Adding behave2cucumber
This tool is used to convert behave output to a format that the Cucumber report generation tools can use. Adding behave2cucumber.log as a file to ignore - I currently don't see a way to prevent it from creation.
1 parent a6bed2e commit 854ce53

File tree

3 files changed

+33
-22
lines changed

3 files changed

+33
-22
lines changed

.gitignore

+4-1
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,7 @@ api_tests/__pycache__
4242
*.db
4343

4444
# the log file created by log4j2
45-
log/
45+
log/
46+
47+
# the log file generated by the python script, behave2cucumber
48+
behave2cucumber.log

Pipfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ behave = "*"
1111
pyhamcrest = "*"
1212
selenium = "*"
1313
pytest = "*"
14-
14+
behave2cucumber = "*"

Pipfile.lock

+28-20
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)