Skip to content

Commit

Permalink
Nowy workflow, cz5
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtaszczyk committed Aug 9, 2024
1 parent 916afd2 commit c5b0b1e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ci-python.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Python CI

on: [push, pull_request]
on:
workflow_dispatch:


jobs:
build:
Expand Down
3 changes: 2 additions & 1 deletion tests/test_selenium.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ def setUp(self):

def test_title(self):
driver = self.driver
driver.get("http://demo-store.seleniumacademy.com/")
driver.get("http://demo-store.seleniumacademy.com/"),
driver.save_screenshot("test.png")

def tearDown(self):
self.driver.close()
Expand Down

0 comments on commit c5b0b1e

Please sign in to comment.