Skip to content

Commit

Permalink
Merge pull request #8 from TranslatorSRI/v0.1.4
Browse files Browse the repository at this point in the history
v0.1.4
  • Loading branch information
maximusunc authored Mar 1, 2024
2 parents 7cfa9ac + 41e81e6 commit aa21024
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
6 changes: 2 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,5 @@
__pycache__
*.egg-info
logs/
Translator-Tests/

# PyCharms IDE metadata to be ignored
.idea/
scripts/
.env
4 changes: 2 additions & 2 deletions requirements-runners.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
ARS_Test_Runner==0.0.8
benchmarks-runner==0.1.2
ARS_Test_Runner==0.0.9
benchmarks-runner==0.1.3
ui-test-runner==0.0.2
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name="sri-test-harness",
version="0.1.2",
version="0.1.4",
author="Max Wang",
author_email="[email protected]",
url="https://github.com/TranslatorSRI/TestHarness",
Expand Down
1 change: 1 addition & 0 deletions test_harness/reporter.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ async def upload_screenshot(self, test_id, screenshot):
"Content-Type": "image/png",
},
data=screenshot,
timeout=30,
)
res.raise_for_status()

Expand Down

0 comments on commit aa21024

Please sign in to comment.