BurhanH / TestAutomationCourse-python-ui-project

Python UI project for Test Automation Course
MIT License
7 stars 10 forks source link

New E2E test #36

Closed VittorioAltagracia closed 2 years ago

VittorioAltagracia commented 2 years ago

Created a new end-2-end test for book store login and renamed and file that had a typo in it.

github-actions[bot] commented 2 years ago

Unit Test Results

74 tests  +1   71 :heavy_check_mark: +2   3m 14s :stopwatch: -27s   1 suites ±0     3 :zzz: ±0    1 files   ±0     0 :x:  - 1 

Results for commit 4c6b12b4. ± Comparison against base commit fe59f86e.

This pull request removes 1 and adds 2 tests. Note that renamed tests count towards both. ``` tests.test_dynamic_prpperties.TestDynamicProperties ‑ test_page_elements ``` ``` tests.test_book_store_login.TestBookStoreLogin ‑ test_log_in_E2E tests.test_dynamic_properties.TestDynamicProperties ‑ test_page_elements ```