sanosuke009 / PoseidonFramework

An omnipotent automation framework in Python
Apache License 2.0
3 stars 0 forks source link

Fix Github Actions Failure in 2024 #48

Open sanosuke009 opened 1 month ago

sanosuke009 commented 1 month ago

Statement: Getting constant failure on Github actions workflow

Tasks:

  1. Need to fix the tests that are failing on MacOS.
  2. Need to fix the Generate Allure Report job that is failing

Actions:

  1. MacOS: Python installation was failing.
  2. MacOS: PyTest Youtube tests were failing
  3. Generate Allure Report: Download artifact is failing.

Resolution:

  1. MacOS: Python installation was failing - Updated Python version and setup-python version. Fixed now.
  2. MacOS: PyTest Youtube tests were failing. Set default wait time to 2 minutes. Fixed now. 3. Generate Allure Report: Download artifact is failing. Need to work on this.