Skip to content

Commit

Permalink
Added --css link command
Browse files Browse the repository at this point in the history
  • Loading branch information
prashantFarakate committed Jan 18, 2025
1 parent 8010f30 commit aac7d32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ pipeline {
// Run tests using pytest
bat '''
call venv\\Scripts\\activate
pytest --html=reports/report.html --self-contained-html
pytest --html=reports/report.html --css=reports/assets/style.css
'''
}
}
Expand Down

0 comments on commit aac7d32

Please sign in to comment.