Skip to content

Commit

Permalink
temporary
Browse files Browse the repository at this point in the history
  • Loading branch information
amadolid committed Feb 19, 2024
1 parent c19f10d commit 6c6414f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/jac-misc-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ jobs:
pip install -e .[all]
pip install darts==0.24.0
pip install jaseci
playwright install
playwright install-deps
playwright install
- name: Verify jac_misc installation
run: |
Expand Down
3 changes: 3 additions & 0 deletions jaseci_ai_kit/jac_misc/jac_misc/scraper/tests/test_scraper.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ def setUpClass(cls):

@jac_testcase("scraper.jac", "test_scraper")
def test_scraper(self, ret):
print("#####################################")
print(ret["errors"])
print("#####################################")
reports = ret["report"]
self.assertEqual("httpswwwgooglecomsearchqspeedtest", reports[0])

Expand Down

0 comments on commit 6c6414f

Please sign in to comment.