Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/atata-framework/atata

C#/.NET test automation framework for web
https://github.com/atata-framework/atata

#265 Make AtataContext.Current property settable

b24ff3c0ba41fd617f6e4ca02eab9e40691e2ad2 authored over 5 years ago by YevgeniyShunevych <[email protected]>
Fix code analysis warnings

f39a04c59f9e5c26a7b47a0b7493852e090225d9 authored over 5 years ago by YevgeniyShunevych <[email protected]>
#264 Add TestNameSanitized property to AtataContext and LogEventInfo; Add FileScreenshotConsumer_FileName_Sanitizing test

63c32bb7d9d6c78f6c0427ed7ad2509ab822fc01 authored over 5 years ago by YevgeniyShunevych <[email protected]>
#263 Make UIComponent.ComponentName property settable

8738f542cc845ea555ead9a13827899242fc003c authored over 5 years ago by YevgeniyShunevych <[email protected]>
#262 Add inner exception to AssertionException when thrown in IUIComponentVerificationProviderExtensions.HaveChecked method

f90062296811c81e0fe0e60796373f6826e3a5e0 authored over 5 years ago by YevgeniyShunevych <[email protected]>
#261 Add inner exception to AssertionException when thrown in IDataVerificationProviderExtensions.Satisfy methods

a521d87d03f22259238b4ea2e4e769acdc759550 authored over 5 years ago by YevgeniyShunevych <[email protected]>
#260 Throw more detailed exceptions in StrategyScopeLocator

5f69f4f91c82a4c94f871fa3ee8117738cbee96d authored over 5 years ago by YevgeniyShunevych <[email protected]>
Update FindByCssStrategy.Find method to throw more detailed exception

36426c6f1aec566fd849a720e6aaeff7700b0fac authored over 5 years ago by YevgeniyShunevych <[email protected]>
Update FindByColumnHeaderStrategy.Find method to throw more detailed exception

fe326b74ad471a5f78dd0fd580c6c241784b9d29 authored over 5 years ago by YevgeniyShunevych <[email protected]>
#259 Add Label<T, TOwner> control

a83a3f65c18a265d4905061f84ceddd126b0cf2b authored over 5 years ago by YevgeniyShunevych <[email protected]>
Refactor FindByLabelStrategy to remove useless ExceptionFactory.CreateForNoSuchElement invocation

cd2fc17fdff929cbad3a7c150a4b3063ec6e629e authored over 5 years ago by YevgeniyShunevych <[email protected]>
#258 Throw more detailed exceptions in ControlListScopeLocator

c165aafd20799b04bf88285a425fd0a057499212 authored over 5 years ago by YevgeniyShunevych <[email protected]>
Update UIComponent<TOwner>.OnGetScopeElement method to throw more detailed exception

43410f62f0b038049468340c7e0b58fd6508135e authored over 5 years ago by YevgeniyShunevych <[email protected]>
#257 OptionList<T, TOwner>.GetItemElements method should throw NoSuchElementException if no elements found

b1a0195cddfd36711bcf551e0914b84e77037ad6 authored over 5 years ago by YevgeniyShunevych <[email protected]>
Update CheckBoxList<T, TOwner>.ConvertIndividualValuesToString method to safely handle values equal to null

55f66e3d8465950b6dbeb8d299ae0b5bb7d8a2c6 authored over 5 years ago by YevgeniyShunevych <[email protected]>
Refactor FindAttribute

4bb421666aec61859f092922f9d85dde0486f5e4 authored over 5 years ago by YevgeniyShunevych <[email protected]>
#255 Deprecate IItemsControl interface

4272d813a045e205985d2980a1c2b1f64020ea32 authored over 5 years ago by YevgeniyShunevych <[email protected]>
#254 Add ability to declare IFindItemAttribute at any level

cdad7aad5eb761428e2c6e79ea0260e1b7acc0ff authored over 5 years ago by YevgeniyShunevych <[email protected]>
#253 Deprecate TimeSpanExtensions.ToIntervalString extension method

240aff3d31b2ec15c8d49b6005ec92df060483f0 authored over 5 years ago by YevgeniyShunevych <[email protected]>
#252 Use ToShortIntervalString and ToLongIntervalString TimeSpan extension methods instead of ToIntervalString appropriately

95efd96346868461cc4dceba39488decffe18ecb authored over 5 years ago by YevgeniyShunevych <[email protected]>
#251 Deprecate TermMatchExtensions.GetXPathOperationFormat extension method

9130c67d5c196205895fad13caca2b8fd4e05031 authored over 5 years ago by YevgeniyShunevych <[email protected]>
#250 Use XPathString in TermMatchExtensions.CreateXPathCondition methods to handle string values containing quote character

8cbf8193f4fd616e81b39cc45882d26a7de95b1b authored over 5 years ago by YevgeniyShunevych <[email protected]>
Update exception generation in CheckBoxList<T, TOwner>.ClickItems method

5bd15769627dc0792d6295390a3008599ead3d33 authored over 5 years ago by YevgeniyShunevych <[email protected]>
Refactor UIComponentResolver.CreateScopeLocateOptions method

5db7c200855268a6fc5c5ecb6b7667dbc8ceb8a9 authored over 5 years ago by YevgeniyShunevych <[email protected]>
#248 Add HeaderXPath property to FindByColumnHeaderStrategy; #249 Split FindByColumnHeaderStrategy.Find method; Add XML comments to FindByColumnHeaderStrategy

0641f9ad4e6539901070acbb16c6c38510d633da authored over 5 years ago by YevgeniyShunevych <[email protected]>
#247 Add CellXPath property to FindByColumnIndexStrategy

89e56b77dc152af4c18a38fb9398375ca61932ad authored over 5 years ago by YevgeniyShunevych <[email protected]>
Update README.md

8ba7ddae9e5e3afe4d55add32d26c672fb99590a authored over 5 years ago by YevgeniyShunevych <[email protected]>
#246 Make UriUtils public

0e4fa5d764f9e9cd65302efcc77cf466c9559afe authored over 5 years ago by YevgeniyShunevych <[email protected]>
#246 Make UriUtils public

f4654bc9ec1075ac60a86b1af5a758e3366bcce9 authored over 5 years ago by YevgeniyShunevych <[email protected]>
Update MultiDriverTests

c9b7874c3eb26249767260740998ec50bf210b02 authored over 5 years ago by YevgeniyShunevych <[email protected]>
Upgrade FluentAssertions package to v5.6.0

c375286998a11560dfe423077268581a99afed6d authored over 5 years ago by YevgeniyShunevych <[email protected]>
Upgrade NLog package to v4.6.2

e871c4074336457633a6674dbf829d18869e732f authored over 5 years ago by YevgeniyShunevych <[email protected]>
Upgrade Microsoft.Web.LibraryManager.Build package to v1.0.172

b3f2210a320839000be6ef3c0b0e2ef6c9b9b019 authored over 5 years ago by YevgeniyShunevych <[email protected]>
Upgrade Microsoft.CodeAnalysis.FxCopAnalyzers package to v2.9.1; Fix code analyzer warnings; Update Atata.ruleset

4e2935a0f03d5aefbc0e7f259323fbc6a47f79e5 authored over 5 years ago by YevgeniyShunevych <[email protected]>
Upgrade SonarAnalyzer.CSharp package to v7.12.0.8217

d709be4ca82f215727ed0a4bbb8c35d2f949edbb authored almost 6 years ago by YevgeniyShunevych <[email protected]>
#245 Use Atata.WebDriverExtras package v1.2.0

670000d8ddb38427154b76d74030c0c2a6bfbbf7 authored almost 6 years ago by YevgeniyShunevych <[email protected]>
Upgrade NUnit3TestAdapter package to v3.13.0

07b114d2789b15f9ca056815fd598d2c4d1f39f8 authored almost 6 years ago by YevgeniyShunevych <[email protected]>
#244 Use Selenium.WebDriver package v3.141.0

06722ae278f5dfc168c2405391a599c04baf0b02 authored almost 6 years ago by YevgeniyShunevych <[email protected]>
Update links in README.md

d9e934cd6f26d27ab10cbc4c34a73621116c512b authored almost 6 years ago by YevgeniyShunevych <[email protected]>
Increment copyright year of projects to 2019

20a807c6609600c38b89913ac8ffa31fc3186415 authored almost 6 years ago by YevgeniyShunevych <[email protected]>
Add Atata Templates badge to README.md

cf7606070d8e21d6f439b81ca29759a074881f3d authored almost 6 years ago by YevgeniyShunevych <[email protected]>
Add Azure DevOps badge to README.md

7b3b9e175c175938a33cd7e5743f8df01eaa3db9 authored almost 6 years ago by YevgeniyShunevych <[email protected]>
Add Slack badge to README.md

3b6d641d9b469fd3a39e6f592838618946d32b8c authored almost 6 years ago by YevgeniyShunevych <[email protected]>
Update NLog.config

d35209f4f57fd36ccddedd5ae7dc12e587cbfeeb authored almost 6 years ago by YevgeniyShunevych <[email protected]>
Disable RunTestsNetCore20 job for now in azure-pipelines.yml

0901cfd7984fc99782c0594e264c5f4a4b5b7125 authored almost 6 years ago by YevgeniyShunevych <[email protected]>
Upgrade Selenium.WebDriver.ChromeDriver package to v2.46.0

2a47ac21c08f822445bd3fc7992a508b08d48434 authored almost 6 years ago by YevgeniyShunevych <[email protected]>
Fix code analysis warning

d177b9a2baae73dcbe79292c0aaebdda8fbafeaf authored almost 6 years ago by YevgeniyShunevych <[email protected]>
Update UITestFixtureBase to apply "headless" Chrome argument for Linux; Update SetUpFixture

d48fd6475fb91d345e230d34d44c6adda9d28117 authored almost 6 years ago by YevgeniyShunevych <[email protected]>
Update SetUpFixture to consider Linux; Update azure-pipelines.yml

7bf95b35ad567f850b74ea285088f8dc9970fd71 authored almost 6 years ago by YevgeniyShunevych <[email protected]>
Add Microsoft.NET.Test.Sdk package to Atata.Tests project; Update azure-pipelines.yml; Update SetUpFixture

da8fff89b43672b634e302cd80b4dfd37a04483a authored almost 6 years ago by YevgeniyShunevych <[email protected]>
Update azure-pipelines.yml

6e5a700bcf55d0f0a8ce193f58ebe91ec9aa958b authored almost 6 years ago by YevgeniyShunevych <[email protected]>
Fix azure-pipelines.yml

8665f6335ed141fb1b8747a050122bae1ec9b33f authored almost 6 years ago by YevgeniyShunevych <[email protected]>
Update <CodeAnalysisRuleSet> path in project files; Update azure-pipelines.yml

4110d9143d5b8092ca918dc303f080c396ce3416 authored almost 6 years ago by YevgeniyShunevych <[email protected]>
Update azure-pipelines.yml

be6b6f0648794afab9fb47061acc4705335a7013 authored almost 6 years ago by YevgeniyShunevych <[email protected]>
Update azure-pipelines.yml; Add netcoreapp2.0 to <TargetFrameworks> of Atata.Tests project

97260ad03f9213efcdcbcae12ec91f5b1640fb6a authored almost 6 years ago by YevgeniyShunevych <[email protected]>
Update azure-pipelines.yml

dbb34dfc46f16195008fc0e5e118c4558817d4c4 authored almost 6 years ago by YevgeniyShunevych <[email protected]>
Refactor UIComponentMetadata.FilterAndOrderByTarget method to fix code analysis warnings

6d2eb00a9c95d160faff52cbf76d40521930d6ab authored almost 6 years ago by YevgeniyShunevych <[email protected]>
Refactor UIComponentResolver.ResolveControlName method

f68ef94b038cc732457c521c495ee748478033b1 authored almost 6 years ago by YevgeniyShunevych <[email protected]>
Fix code analysis warning

5100a986c5e08eaeaf337cf768789d3c34ac6fb5 authored almost 6 years ago by YevgeniyShunevych <[email protected]>
Fix code analysis warnings

368166db4cb29d2da13902c995da207997a9ceed authored almost 6 years ago by YevgeniyShunevych <[email protected]>
Update TermResolver.ToString method to return string.Empty when value argument equals string.Empty

bcee60559aa767b18d926afd5e245fd49a79a60f authored almost 6 years ago by YevgeniyShunevych <[email protected]>
Fix code analysis warnings

1de6bc3d38f4609136fccc429c7a94471ff88f94 authored almost 6 years ago by YevgeniyShunevych <[email protected]>
Fix code analysis warnings

7a46d203d895ab7def30e16ca7d818dd4939f7d4 authored almost 6 years ago by YevgeniyShunevych <[email protected]>
Fix code analysis warnings

8a920bb83cd40d401be0225b66b4444869e30187 authored almost 6 years ago by YevgeniyShunevych <[email protected]>
Revert "Fix code analysis warnings"

This reverts commit 1e2e17bfee082a3843f086bc4f0044174e43e6f7.

a9879c6ca32b47aa447809b9f1cf7dc7e0898f88 authored almost 6 years ago by YevgeniyShunevych <[email protected]>
Fix code analysis warnings

1e2e17bfee082a3843f086bc4f0044174e43e6f7 authored almost 6 years ago by YevgeniyShunevych <[email protected]>
Fix code analysis warnings

06a8ab492de0e7da1642b59ee8c2d8fcd5ff2133 authored almost 6 years ago by YevgeniyShunevych <[email protected]>
Upgrade SonarAnalyzer.CSharp package to v7.11.0.8083

7cec1b3100774db38de0f4fb6cabdc8af6e8d262 authored almost 6 years ago by YevgeniyShunevych <[email protected]>
Fix code analysis warnings

ec088e4f5f3019d68a61965383388d4c88c4c94d authored almost 6 years ago by YevgeniyShunevych <[email protected]>
Fix code analysis warnings

c5b77e9fa086e6585a3d5ada43ab830ffde47207 authored almost 6 years ago by YevgeniyShunevych <[email protected]>
Fix code analysis warnings; Update Atata.ruleset

3b889c0251490790b1333217cd2aa145ac77a24d authored almost 6 years ago by YevgeniyShunevych <[email protected]>
Fix PageObject_RefreshPageUntil_Timeout test

5493d476c7c34d2ef8ddf153d3a3f0a2f3c36ffe authored almost 6 years ago by YevgeniyShunevych <[email protected]>
#242 Add RefreshPageUntil method to PageObject<TOwner>; Add tests: PageObject_RefreshPageUntil and PageObject_RefreshPageUntil_Timeout

e4abd504b52b7bc5c4eb22d0f93b975f0239e662 authored almost 6 years ago by YevgeniyShunevych <[email protected]>
#240 Enhance TermResolver.GetEnumTerms method to consider correctly enum attributes; Add and update tests of TermResolverTests

dfdf551d08f8fdebc469f9211f875e3361301cac authored almost 6 years ago by YevgeniyShunevych <[email protected]>
Refactor ITermDataProviderExtensions.GetActualValues method

a7f764c696fce229f2b3d50c2fad45aa032d7c19 authored almost 6 years ago by YevgeniyShunevych <[email protected]>
#241 Update SentenceTermFormatter and MidSentenceTermFormatter to lowercase only first word letter

f4f254aa4eb394cba556239263b959b802dc2550 authored almost 6 years ago by YevgeniyShunevych <[email protected]>
Refactor TermFormatter's

da2bf12e22e35c23e9750126d312c91953af34a3 authored almost 6 years ago by YevgeniyShunevych <[email protected]>
Add ToLowerFirstLetter extension method for string

57ffd0cf7e467bf2d5d470cfe443e9f83f3f4e24 authored almost 6 years ago by YevgeniyShunevych <[email protected]>
#239 Add GetContent(ContentSource source) method to UIComponent<TOwner>

61ae4e165a9709733a57fa55e52b696d3ce8c6aa authored almost 6 years ago by YevgeniyShunevych <[email protected]>
#238 Add LastChildTextNode value to ContentSource

d06de0d9d10016ab2d11a475bc01111870fa1533 authored almost 6 years ago by YevgeniyShunevych <[email protected]>
Update XML comments of ContentSource

a2bb17c64ff7764ac2cf430bf35ff85761d5ce47 authored almost 6 years ago by YevgeniyShunevych <[email protected]>
#237 Add FirstChildTextNode value to ContentSource

56e262d48bd52578834ac9327bd62eb05aa1caaa authored almost 6 years ago by YevgeniyShunevych <[email protected]>
Update XML comments of ContentSource

e32bdef19607de0720c2b4f2b4a3f2d72d374cae authored almost 6 years ago by YevgeniyShunevych <[email protected]>
#236 Add ChildTextNodesTrimmedAndSpaceJoined value to ContentSource

e93bd9018240cc7c63629f839930e3faf109d603 authored almost 6 years ago by YevgeniyShunevych <[email protected]>
#235 Add ChildTextNodesTrimmed value to ContentSource

628a128ee27a8a704e4e5ba2bc614e9d76f2c32c authored almost 6 years ago by YevgeniyShunevych <[email protected]>
#234 Add ChildTextNodes value to ContentSource

6278079f18762d761707235536e97543d0a0b561 authored almost 6 years ago by YevgeniyShunevych <[email protected]>
#233 Remake ContentSourceAttribute to behavior

a4b1debe18c05e124de59ad0e4f1ab171825d5ee authored almost 6 years ago by YevgeniyShunevych <[email protected]>
Update XML comments of ContentSource

b36c4f658088e16601a352d6d8b8e0fdd77e61b3 authored almost 6 years ago by YevgeniyShunevych <[email protected]>
Add time control to Waiting test page and page object

b4c77ab70a1d9b69a71446764dfa9a72450c131e authored almost 6 years ago by YevgeniyShunevych <[email protected]>
Refactor sources to match code analysis rules

94e9a612a14a4b578e3d056c6f556547822d848e authored almost 6 years ago by YevgeniyShunevych <[email protected]>
Correct exception message in AtataContextBuilder

32eec536cc5d52e122a088354b93cc7f035b403a authored almost 6 years ago by YevgeniyShunevych <[email protected]>
Fix Input.cshtml

00d392d518f17bbb6b58515b65e3d4999d35b325 authored almost 6 years ago by YevgeniyShunevych <[email protected]>
#232 Add LabelList<TOwner>; Add LabelList and LabelList_MissingLabel tests

d787331b5c6d075d664bcfa010a053ade5761bba authored almost 6 years ago by YevgeniyShunevych <[email protected]>
#231 Add AssociatedControlList<TItem, TOwner>

47f33c1a969e60ee60a2924f034524ad5f92b529 authored almost 6 years ago by YevgeniyShunevych <[email protected]>
Update XML comments of Label<TOwner>

2108cfc09acd086c81ba939dc4044f478d0eaf8b authored almost 6 years ago by YevgeniyShunevych <[email protected]>
#229 Make SequalComponentScopeLocateResult.ScopeSource property obsolete

2b6847c73fecd2291eb89ec915e994f97fbf8681 authored almost 6 years ago by YevgeniyShunevych <[email protected]>
#228 Update RadioButton<TOwner>.Check method to avoid click when it is already checked

df7a4b4a7fa0b75cd1baef3b04c4f72b33b70ee0 authored almost 6 years ago by YevgeniyShunevych <[email protected]>
Update TermResolverTests

92ea096f427be7e7df1df12cdc909fd407bb5a21 authored almost 6 years ago by YevgeniyShunevych <[email protected]>
Mark FrameSetTests with "Unstable" category

84ed17f1939ae781a566ba6d626261679a60dd26 authored almost 6 years ago by YevgeniyShunevych <[email protected]>
Update AtataContextBuilder.UseCulture(string) method to use CultureInfo.GetCultureInfo method

84d8e2726756df6148d000eb8debc900a8b500df authored almost 6 years ago by YevgeniyShunevych <[email protected]>