Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: QATasksAI/aqa_python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: QATasksAI/aqa_python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: copilot/fix-26
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 20 commits
  • 11 files changed
  • 5 contributors

Commits on Aug 29, 2025

  1. Initial plan

    Copilot committed Aug 29, 2025
    Configuration menu
    Copy the full SHA
    398c14d View commit details
    Browse the repository at this point in the history
  2. Migrate to Poetry dependency management - update pyproject.toml, CI w…

    …orkflow and README
    
    Co-authored-by: Ebazhanov <13170022+Ebazhanov@users.noreply.github.com>
    Copilot and Ebazhanov committed Aug 29, 2025
    Configuration menu
    Copy the full SHA
    6b3853c View commit details
    Browse the repository at this point in the history
  3. Remove requirements.txt - Poetry migration complete

    Co-authored-by: Ebazhanov <13170022+Ebazhanov@users.noreply.github.com>
    Copilot and Ebazhanov committed Aug 29, 2025
    Configuration menu
    Copy the full SHA
    cbb68dd View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2025

  1. Configuration menu
    Copy the full SHA
    803d848 View commit details
    Browse the repository at this point in the history
  2. Initial plan

    Copilot committed Sep 8, 2025
    Configuration menu
    Copy the full SHA
    8020d84 View commit details
    Browse the repository at this point in the history
  3. Rebase with latest main branch - integrate locator fixes

    Co-authored-by: Ebazhanov <13170022+Ebazhanov@users.noreply.github.com>
    Copilot and Ebazhanov committed Sep 8, 2025
    Configuration menu
    Copy the full SHA
    2917b13 View commit details
    Browse the repository at this point in the history
  4. Update .gitignore to exclude Python cache files

    Co-authored-by: Ebazhanov <13170022+Ebazhanov@users.noreply.github.com>
    Copilot and Ebazhanov committed Sep 8, 2025
    Configuration menu
    Copy the full SHA
    2ba8964 View commit details
    Browse the repository at this point in the history
  5. Update pyproject.toml

    Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
    Ebazhanov and Copilot authored Sep 8, 2025
    Configuration menu
    Copy the full SHA
    a70c6bb View commit details
    Browse the repository at this point in the history
  6. Update pyproject.toml

    Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
    Ebazhanov and Copilot authored Sep 8, 2025
    Configuration menu
    Copy the full SHA
    5dd612e View commit details
    Browse the repository at this point in the history
  7. Update GitHub Actions workflow to publish Allure reports for all PRs …

    …and on test failures
    
    Co-authored-by: Ebazhanov <13170022+Ebazhanov@users.noreply.github.com>
    Copilot and Ebazhanov committed Sep 8, 2025
    Configuration menu
    Copy the full SHA
    e2ba654 View commit details
    Browse the repository at this point in the history
  8. Remove authors and readme fields from pyproject.toml

    Co-authored-by: Ebazhanov <13170022+Ebazhanov@users.noreply.github.com>
    Copilot and Ebazhanov committed Sep 8, 2025
    Configuration menu
    Copy the full SHA
    42bec86 View commit details
    Browse the repository at this point in the history
  9. Update pyproject.toml

    Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
    Ebazhanov and Copilot authored Sep 8, 2025
    Configuration menu
    Copy the full SHA
    0d6c973 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    00646dc View commit details
    Browse the repository at this point in the history
  11. upd selectors

    Ebazhanov committed Sep 8, 2025
    Configuration menu
    Copy the full SHA
    24af1fe View commit details
    Browse the repository at this point in the history
  12. Merge remote-tracking branch 'origin/main' into copilot/fix-26

    # Conflicts:
    #	pages/cart_page.py
    #	pages/main_page.py
    Ebazhanov committed Sep 8, 2025
    Configuration menu
    Copy the full SHA
    189550e View commit details
    Browse the repository at this point in the history
  13. attempt to fix failed test

    Ebazhanov committed Sep 8, 2025
    Configuration menu
    Copy the full SHA
    7778313 View commit details
    Browse the repository at this point in the history
  14. fix: update Poetry configuration and GitHub Actions workflow

    - Convert pyproject.toml to use Poetry's format
    - Set package-mode to false since this is a test project
    - Fix Poetry dependency installation in GitHub Actions
    Ebazhanov committed Sep 8, 2025
    Configuration menu
    Copy the full SHA
    03763de View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2025

  1. attempt to fix failed job

    Ebazhanov committed Sep 9, 2025
    Configuration menu
    Copy the full SHA
    0eb1986 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    98bcf31 View commit details
    Browse the repository at this point in the history
  3. Update .github/workflows/github-actions.yml

    Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
    Ebazhanov and Copilot authored Sep 9, 2025
    Configuration menu
    Copy the full SHA
    4a921de View commit details
    Browse the repository at this point in the history
Loading