Skip to content

Latest commit

 

History

History
45 lines (27 loc) · 1.01 KB

CHANGELOG.md

File metadata and controls

45 lines (27 loc) · 1.01 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[2.1.0] - 2024-02-25

Added

  • Sample tests project with Dependency Injection design pattern
  • Add CHANGELOG.md file

Changed

  • Upgrade .NET from 6.0 to 8.0
  • Add File Scoped Namespaces
  • Documentation for classes and README.md

Fixed

  • Fix typos in recent README changes.
  • Update outdated YouTube links.

[2.0.0] - 2024-02-16

Added

  • Sample tests project for Parallel running with Extent reports
  • MIT License

[1.0.1] - 2023-06-14

Changed

  • Split tests project into extent report tests, allure reports tests and utils projects

[1.0.0] - 2023-05-25

Added

  • Introduce Selenium WebDriver with C# tutorial repo
  • Sample tests projects for Selenium basics, Extent Reports, Allure Reports
  • Sample projects for page object models, utils