Logo
Explore Help
Register Sign In
yv01p/Umbraco-CMS
1
0
Fork 0
You've already forked Umbraco-CMS
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
3e6b9313e5600005c64ee11b6c193906e4d92106
Umbraco-CMS/tests/Umbraco.Tests.Common/TestConstants.cs

14 lines
366 B
C#
Raw Normal View History

V10/feature/pipeline test filters (#14766) * Add configuration/code to not run certain tests based on variables/release builds * Applied longrunning testAttribute to the worst offenders (>200ms on my machine) * Fix yaml notation * split up windows/non windows test runs * Added supression for moved tests * Fix yaml validation issues * Change yaml string parameter null value to empty string * Convert empty strings to whitespace strings * Rename and cleanup some paramater to better reflect why we use them * Nightly build test * Change nightly build authentication type * template paramater fix * Update nightly pipeline name --------- Co-authored-by: Sven Geusens <sge@umbraco.dk>
2023-09-12 14:16:27 +02:00
namespace Umbraco.Cms.Tests.Common;
public static class TestConstants
{
/// <summary>
/// Used for TestCategories, they are designed to be used in an exclusion filter pattern
/// </summary>
public static class Categories
{
public const string LongRunning = "LongRunning";
public const string NonCritical = "NonCritical";
}
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.3 Page: 570ms Template: 4ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API