diff --git a/.DS_Store b/.DS_Store index e7dc164..a1fea68 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/.gitignore b/.gitignore index 420cfad..255d23b 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,10 @@ chromedriver # Ignore environment file .env + +# Ignore PyTest cache +.pytest_cache/ + +# Ignore macOS system files +.DS_Store + diff --git a/.pytest_cache/CACHEDIR.TAG b/.pytest_cache/CACHEDIR.TAG deleted file mode 100644 index fce15ad..0000000 --- a/.pytest_cache/CACHEDIR.TAG +++ /dev/null @@ -1,4 +0,0 @@ -Signature: 8a477f597d28d172789f06886806bc55 -# This file is a cache directory tag created by pytest. -# For information about cache directory tags, see: -# https://bford.info/cachedir/spec.html diff --git a/.pytest_cache/README.md b/.pytest_cache/README.md deleted file mode 100644 index b89018c..0000000 --- a/.pytest_cache/README.md +++ /dev/null @@ -1,8 +0,0 @@ -# pytest cache directory # - -This directory contains data from the pytest's cache plugin, -which provides the `--lf` and `--ff` options, as well as the `cache` fixture. - -**Do not** commit this to version control. - -See [the docs](https://docs.pytest.org/en/stable/how-to/cache.html) for more information. diff --git a/.pytest_cache/v/cache/nodeids b/.pytest_cache/v/cache/nodeids deleted file mode 100644 index 0637a08..0000000 --- a/.pytest_cache/v/cache/nodeids +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/.pytest_cache/v/cache/stepwise b/.pytest_cache/v/cache/stepwise deleted file mode 100644 index 0637a08..0000000 --- a/.pytest_cache/v/cache/stepwise +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/PyTest/QA-Portfolio b/PyTest/QA-Portfolio deleted file mode 160000 index 4b5341e..0000000 --- a/PyTest/QA-Portfolio +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 4b5341e8bccf8606fea9f35b7f147b2c476bea96 diff --git a/PyTest/__pycache__/pytest_example_test.cpython-312-pytest-8.2.2.pyc b/PyTest/__pycache__/pytest_example_test.cpython-312-pytest-8.2.2.pyc deleted file mode 100644 index 8ba717f..0000000 Binary files a/PyTest/__pycache__/pytest_example_test.cpython-312-pytest-8.2.2.pyc and /dev/null differ diff --git a/Testautomation/POM/__pycache__/login_page.cpython-312.pyc b/Testautomation/POM/__pycache__/login_page.cpython-312.pyc deleted file mode 100644 index 331f21a..0000000 Binary files a/Testautomation/POM/__pycache__/login_page.cpython-312.pyc and /dev/null differ diff --git a/Testautomation/__pycache__/test_login_pom.cpython-312-pytest-8.2.2.pyc b/Testautomation/__pycache__/test_login_pom.cpython-312-pytest-8.2.2.pyc deleted file mode 100644 index 492a874..0000000 Binary files a/Testautomation/__pycache__/test_login_pom.cpython-312-pytest-8.2.2.pyc and /dev/null differ diff --git a/Testautomation/__pycache__/test_wikipedia_search.cpython-312-pytest-8.2.2.pyc b/Testautomation/__pycache__/test_wikipedia_search.cpython-312-pytest-8.2.2.pyc deleted file mode 100644 index 306ab75..0000000 Binary files a/Testautomation/__pycache__/test_wikipedia_search.cpython-312-pytest-8.2.2.pyc and /dev/null differ