Zach Attas
Zach Attas
``` import pytest import time from playwright.sync_api import Page @pytest.fixture def i_am_a_fixture(): time.sleep(60) def test_page_has_extra_open_time(i_am_a_fixture, page: Page): page.goto("https://www.google.com") time.sleep(2) 1 / 0 # run this test with this command pytest...
This is more of an enhancement, but, it would be a huge improvement to the UI Right now, the only thing you can click to show/expand the logs is the...
### Feature and motivation This feature request comes from the mind of @diemol in our Fix a bug, become a committer workshop in Chicago! there are nightly-built selenium bindings. We...
Hey @vbanthia, I really appreciate you forking/maintaining `rspec_html_reporter`, because I really like it and think it's easy to use! I'd love to contribute if you're open to it. I think...
I want to show the amount of lines a person cut down from a file over a given period across commits, is that a thing I can do? Thanks!
I'm on 1.32.1 I have ruby-block turned on, but am not seeing any blocks enabled. There's no highlighting of the top/bottom of blocks when the cursor is over one. And...
I'd love to see a publicly accessible version of TTA so I can demo it before I go through the trouble of implementing it. Also, can we see some screenshots...
At least with the [python coverage.py](https://coverage.readthedocs.io/en/latest/branch.html), there's an option to enable branch coverage: This adds attributes like this to the xml, see `branches-valid`, `branches-covered`, `branch-rate`, etc ```xml /Users/zattas/fakerepo ```