Karpatium 1.0.2

dotnet add package Karpatium --version 1.0.2
                    
NuGet\Install-Package Karpatium -Version 1.0.2
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Karpatium" Version="1.0.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Karpatium" Version="1.0.2" />
                    
Directory.Packages.props
<PackageReference Include="Karpatium" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Karpatium --version 1.0.2
                    
#r "nuget: Karpatium, 1.0.2"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Karpatium@1.0.2
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Karpatium&version=1.0.2
                    
Install as a Cake Addin
#tool nuget:?package=Karpatium&version=1.0.2
                    
Install as a Cake Tool

Karpatium

Selenium-powered and NUnit-based test automation framework with Ukrainian roots and a mountain of features 🏔️

Build Dependencies Last Commit

NuGet Publish NuGet Version Downloads

GitHub stars GitHub forks GitHub issues

Custom badge GitHub license

Overview

Karpatium is a robust and flexible test automation framework built on top of Selenium. It aims to provide developers and testers with an efficient toolset for ensuring the quality of web applications, combining ease of use with powerful features.

Karpatium leverages NUnit as its primary testing framework, ensuring the simplicity, extensibility, and seamless integration of your test suite. NUnit is a trusted and widely-used tool among automation engineers for testing .NET applications due to its ease of use and rich feature set.

Features

  • Selenium-powered browser automation for testing web applications.
  • NUnit integration for structuring and running tests with ease.
  • Cross-browser support (Chrome, Firefox, Edge, Safari).
  • Modern syntax with .NET 9.0 and C# 13.0 support.
  • Detailed logging with Serilog integration for better debugging.
  • Extensible architecture to suit custom requirements.

Getting Started

Installation

You can add Karpatium to your project via the .NET CLI:

dotnet add package Karpatium --version 1.0.2

Or from the NuGet Package Manager:

Install-Package Karpatium -Version 1.0.2

Contribute

We welcome contributions from the community! 🏔️

If you notice any issues, have ideas for new features, or want to improve the documentation, feel free to contribute. Here's how you can help:

  1. Fork the repository.
  2. Create a new branch for your feature or fix.
  3. Submit a pull request.

Ask questions or submit issues here: GitHub Issues.

License

This project is licensed under the terms of the Apache License 2.0. See the LICENSE file for details.

Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.2 66 8/22/2025

This is the stable release (v1.0.2).
- Selenium-powered and NUnit-based test automation framework.
- Major features are now considered stable with production-readiness.
- Thank you for using Karpatium! Stay tuned for future updates! 🏔️

Feel free to contribute on GitHub: https://github.com/olehlvivskyi/Karpatium