BurhanH / TestAutomationCourse-python-ui-project

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

SA-RF :: Change setUp method #30

Closed Stan575 closed 2 years ago

Stan575 commented 2 years ago

Reference: POC draft

github-actions[bot] commented 2 years ago

Unit Test Results

45 tests  ±0   45 :heavy_check_mark: ±0   2m 6s :stopwatch: +5s   1 suites ±0     0 :zzz: ±0    1 files   ±0     0 :x: ±0 

Results for commit 802dd254. ± Comparison against base commit 5a9a26fe.

This pull request removes 5 and adds 5 tests. Note that renamed tests count towards both. ``` tests.test_saucedemo_autorization_and_order.TestSaucedemo ‑ test_pgu_autorization_and_order tests.test_saucedemo_e2e_tests.TestBrowser ‑ test_failed_login tests.test_saucedemo_e2e_tests.TestBrowser ‑ test_navigate_to_saucedemo_and_verify_title tests.test_saucedemo_e2e_tests.TestBrowser ‑ test_success_log_out tests.test_saucedemo_e2e_tests.TestBrowser ‑ test_success_login ``` ``` tests.test_saucedemo_autorization_and_order.TestSaucedemo ‑ test_pgu_authorization_and_order tests.test_saucedemo_e2e_tests.TestSaucedemoE2E ‑ test_failed_login tests.test_saucedemo_e2e_tests.TestSaucedemoE2E ‑ test_navigate_to_saucedemo_and_verify_title tests.test_saucedemo_e2e_tests.TestSaucedemoE2E ‑ test_success_log_out tests.test_saucedemo_e2e_tests.TestSaucedemoE2E ‑ test_success_login ```