SpecDrill 1.0.11

There is a newer version of this package available.
See the version list below for details.
dotnet add package SpecDrill --version 1.0.11                
NuGet\Install-Package SpecDrill -Version 1.0.11                
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="SpecDrill" Version="1.0.11" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SpecDrill --version 1.0.11                
#r "nuget: SpecDrill, 1.0.11"                
#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.
// Install SpecDrill as a Cake Addin
#addin nuget:?package=SpecDrill&version=1.0.11

// Install SpecDrill as a Cake Tool
#tool nuget:?package=SpecDrill&version=1.0.11                

SpecDrill - An opinionated automated testing framework based on Selenium WebDriver

Product Compatible and additional computed target framework versions.
.NET Framework net461 is compatible.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on SpecDrill:

Package Downloads
SpecDrill.Secondary.Adapters.WebDriver

SpecDrill.SecondaryPorts.Adapters.WebDriver - WebDriver adapter for SpecDrill

SpecDrill.SpecFlow

SpecDrill.SpecFlow - SpecDrill integration with SpecFlow

SpecDrill.NUnit3

SpecDrill.NUnit - SpecDrill integration with NUnit 3

SpecDrill.MsTest

SpecDrill.MsTest - SpecDrill integration with MsTest

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.4.0.3 278 3/13/2024
1.3.0.1287 302 11/17/2023
1.3.0.1279 174 11/17/2023
1.3.0.1262 138 10/26/2023
1.3.0.1231 214 9/16/2023
1.3.0.1224 135 9/16/2023
1.3.0.1218 154 9/16/2023
1.3.0.1210 203 9/4/2023
1.3.0.1124 154 9/1/2023
1.3.0.1107 183 9/1/2023
1.3.0.1106 150 9/1/2023
1.3.0.1096 310 8/25/2023
1.3.0.1093 150 8/25/2023
1.3.0.1089 172 8/24/2023
1.3.0.1087 194 8/24/2023
1.3.0.1086 200 8/24/2023
1.3.0.1029 271 8/24/2023
1.3.0.1025 420 5/24/2023
1.3.0.1019 220 5/16/2023
1.3.0.1013 239 5/15/2023
1.3.0.1012 210 5/12/2023
1.3.0.1008 256 5/5/2023
1.3.0.1001 333 4/21/2023
1.3.0.958 262 4/12/2023
1.3.0.907 305 4/10/2023
1.3.0.904 275 4/10/2023
1.3.0.889 289 4/6/2023
1.3.0.887 311 4/5/2023
1.3.0.766 320 3/22/2023
1.3.0.740 315 3/21/2023
1.3.0.703 335 3/17/2023 1.3.0.703 is deprecated because it has critical bugs.
1.3.0.648 552 2/18/2023
1.3.0.528 776 4/1/2022
1.3.0.524 3,228 12/3/2021
1.3.0.519 670 11/27/2021
1.3.0.357 1,409 10/29/2021
1.3.0.292 971 10/25/2021
1.3.0.284 1,386 10/7/2021
1.3.0.269 887 9/30/2021
1.3.0.240 985 9/28/2021
1.3.0.207-beta 263 9/28/2021
1.3.0-rc.195 134 9/28/2021
1.2.0.520 891 9/21/2021
1.2.0.373 1,103 8/13/2021
1.2.0.370 772 8/13/2021
1.2.0.292 805 8/13/2021 1.2.0.292 is deprecated because it has critical bugs.
1.1.7 3,268 9/8/2020
1.1.2 932 7/22/2020
1.1.1 529 7/21/2020
1.0.33 554 4/15/2019
1.0.32 319 4/15/2019
1.0.31 321 4/9/2019
1.0.30 315 4/9/2019
1.0.29 2,587 7/27/2018
1.0.28 2,279 3/26/2018
1.0.27 1,135 3/22/2018
1.0.26 1,422 11/24/2017
1.0.25 973 11/24/2017
1.0.24 1,052 11/7/2017
1.0.23 1,001 11/2/2017
1.0.22 988 11/1/2017
1.0.21 1,045 11/1/2017
1.0.20 1,010 11/1/2017
1.0.19 1,000 9/27/2017
1.0.18 1,052 9/22/2017
1.0.17 977 9/21/2017
1.0.16 928 9/19/2017
1.0.15 936 9/12/2017
1.0.14 1,043 4/27/2017
1.0.13 1,003 3/27/2017
1.0.12 1,000 2/13/2017
1.0.11 1,053 12/16/2016
1.0.10 1,009 12/5/2016
1.0.9 1,262 11/24/2016

v1.0.11
               - Added trace logging for framework initialization
           v1.0.10
               - Fixed Issue #15 (enhancement) - Add Ability to extract pdf text
           v1.0.9
               - Fixed Issue #11 - Wait.ForNoMoreThan(...) is broken
           v1.0.8
               - Fixed Issue #8 - log4net.config in nuget package is empty
               - Fixed Issue #7 - Provide meaningful exception when PageObject is lacking parameterless constructor
               - Fixed Issue #6 - ListElement is not considering indexer's index parameter
               - Fixed Issue #1 - Startup browser window size is not configurable
           v1.0.7
               - Fixed Issue #4 - Support declarative (attribute based) way of declaring Page/Control objects
           v1.0.6
               - Refactored searching for native elements
               - Waits are now fault tolerant
           v1.0.5
               - Fixed Issue #5 - Page load test fails for pages in iframe