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

Upgrade Microsoft.NET.Test.Sdk package to v17.4.1

af8a971ce7a7a7ab53764e90e6bdf9429cc1d6dc authored about 2 years ago by YevgeniyShunevych <[email protected]>
Refactor `IUIComponentVerificationProviderExtensions`

48855f709de0c389caccb21dbd28699999ce9f0b authored about 2 years ago by YevgeniyShunevych <[email protected]>
#727 Add `BeFocused` verification extension methods for `Control<TOwner>`

4abdc9ffb4262f8da64352c61ca95939118f0b91 authored about 2 years ago by YevgeniyShunevych <[email protected]>
Add extra overloaded `ContainSingle` and `ContainExactly` methods to `IObjectVerificationProviderExtensions`

1b85d96a549f318f20c1d332f235c8454b1affad authored about 2 years ago by YevgeniyShunevych <[email protected]>
#721 Add `IEqualityComparer<T>` support to verification functionality

55e3bfcaedf69bd68c41d2652d2b97e1eea9621f authored about 2 years ago by YevgeniyShunevych <[email protected]>
Update `IObjectVerificationProviderExtensions` methods by removing `IComparable` generic type constraint

0a574458712c1ebd9522b2024594a1ac4f36da03 authored about 2 years ago by YevgeniyShunevych <[email protected]>
Refactor `IObjectVerificationProviderExtensions`

76a82d2aa8b41db4af3bc2f6e42be097e7068284 authored about 2 years ago by YevgeniyShunevych <[email protected]>
#726 Use Selenium.WebDriver package v4.7.0

a7cf359ae7c903b194afa83e99119c880e074ad7 authored about 2 years ago by YevgeniyShunevych <[email protected]>
Upgrade SonarAnalyzer.CSharp package to v8.50.0.58025

261de22ee8537a331c0c26ecfee3c6e6b18d3c0b authored about 2 years ago by YevgeniyShunevych <[email protected]>
Upgrade NLog package to v5.1.0

431137f81cf43412e8166034e410e14c194af8ad authored about 2 years ago by YevgeniyShunevych <[email protected]>
Upgrade Moq package to v4.18.3

ab325b140682a5987e98a488bcd473174e8fee4c authored about 2 years ago by YevgeniyShunevych <[email protected]>
#721 Add `IEqualityComparer<T>` support to verification functionality

3b01996821748dd647cce8187a9e5e2f663367b8 authored about 2 years ago by YevgeniyShunevych <[email protected]>
#723 Add `ConsistOnlyOf` verification extension methods for `IEnumerable<T>`

dfa766579c26a5568aa7d67e729dfd3fc788b1ba authored about 2 years ago by YevgeniyShunevych <[email protected]>
#725 Add `Match(string, RegexOptions)` overloaded verification extension method for `string`

23f7d165783a2bd58f602462730280bf6a4c7384 authored about 2 years ago by YevgeniyShunevych <[email protected]>
#724 Add `ConsistOf` verification extension methods for `IEnumerable<T>`

dc1275dcaa13baf8f4da399e3d8d40505dce5687 authored about 2 years ago by YevgeniyShunevych <[email protected]>
#723 Add `ConsistOnlyOf` verification extension methods for `IEnumerable<T>`

37454457a5b4060b23a8c3cac2c525ecd4267e97 authored about 2 years ago by YevgeniyShunevych <[email protected]>
Add `[DebuggerBrowsable(DebuggerBrowsableState.Never)]` to `Should`, `ExpectTo` and `WaitTo` properties. Also update XML comments of those properties.

4648d094d017890f27cb463ff8ea7ba07f22958b authored about 2 years ago by YevgeniyShunevych <[email protected]>
- #721 Add `IEqualityComparer<T>` support to verification functionality.

- #722 Change default string comparison from `StringComparison.CurrentCulture` to `StringComparis...

60272b2d8c7a883c537aa8551556f85b08370e3f authored about 2 years ago by YevgeniyShunevych <[email protected]>
Add `[DebuggerBrowsable(DebuggerBrowsableState.Never)]` to `Not` properties of verification providers

500cb6a457532dcb817af8bd04e05d14abc63389 authored about 2 years ago by YevgeniyShunevych <[email protected]>
Add `[DebuggerBrowsable(DebuggerBrowsableState.Never)]` to `WithRetry` and `AtOnce` properties of `VerificationProvider<TVerificationProvider, TOwner>`

eb7cec8501759f78a27281197fb1678794a30620 authored about 2 years ago by YevgeniyShunevych <[email protected]>
Add `[DebuggerBrowsable(DebuggerBrowsableState.Never)]` to `WithRetry` and `AtOnce` properties of `VerificationProvider<TVerificationProvider, TOwner>`

1603c7563e14a275e1cfcfb84302ad2bb52da629 authored about 2 years ago by YevgeniyShunevych <[email protected]>
Add unit tests for `EqualSequence` verification extension methods

f03d790538ea5d0d5f986a048845ce5444f65444 authored about 2 years ago by YevgeniyShunevych <[email protected]>
#720 `BeEquivalent` verification extension methods for `IEnumerable<T>` are false positive for some cases

58fc9f174a4b28e4e7885a8884d2519869b7fa59 authored about 2 years ago by YevgeniyShunevych <[email protected]>
Fix code analysis warning

9c7db27f1a538928987121f533bf84f00aac80a4 authored about 2 years ago by YevgeniyShunevych <[email protected]>
Rename `DataVerificationProviderExtensionMethodTests` to `ObjectVerificationProviderExtensionMethodTests`

f5ebba9608f7f3de50e42b85d9f7a7d3a9afbe3e authored about 2 years ago by YevgeniyShunevych <[email protected]>
Update `TermMatchExtensions.GetPredicate` method implementation and add overloaded method with additional `StringComparison` parameter

ed04705ddf28e779611c4b060189030b29e0487c authored about 2 years ago by YevgeniyShunevych <[email protected]>
Rename generic parameters of some methods in `IObjectVerificationProviderExtensions`

3ab4ac1e22436c9be312a8b30d1cff640fd2b9c5 authored about 2 years ago by YevgeniyShunevych <[email protected]>
Disable S4004 rule as duplicate of CA2227 in .editorconfig

5b8c546217ad95829920df31a02e9d9f1be07c2f authored about 2 years ago by YevgeniyShunevych <[email protected]>
#719 Remove `args` parameter from `Satisfy` verification extension methods for `IEnumerable<T>`

3b6b2b95519136758672c3088862e26a20912f9c authored about 2 years ago by YevgeniyShunevych <[email protected]>
#718 Add `EndWith` verification extension methods for `IEnumerable<T>`

4233a66fd1d38737ac08fc296070114b40340f26 authored about 2 years ago by YevgeniyShunevych <[email protected]>
#717 Add `StartWith` verification extension methods for `IEnumerable<T>`

657461bd12fb7a57f9ca487c30878a15bcb6aa0f authored about 2 years ago by YevgeniyShunevych <[email protected]>
Split `IObjectVerificationProviderExtensions.cs` file into several `.cs` file

70888a51d203cb0d76f90e9d30a69994fb2767fb authored about 2 years ago by YevgeniyShunevych <[email protected]>
#716 Add `EndWithAny` verification extension methods for `IEnumerable<T>`

cbf2ec3da61bbf0d77d5c0008935f6b1fd0dfbd5 authored about 2 years ago by YevgeniyShunevych <[email protected]>
Update XML comments of `IObjectVerificationProviderExtensions`

f80b251ea118e855b1e8afbb22596a98b0f564c0 authored about 2 years ago by YevgeniyShunevych <[email protected]>
#715 Add `EndWithAny` verification extension methods for `string`

13e2a81033038a3c55344069125cb8ad0944b379 authored about 2 years ago by YevgeniyShunevych <[email protected]>
#714 Add `StartWithAny` verification extension methods for `string`

71cac1c0327ac5327f1b2bf237b0763c4de792e2 authored about 2 years ago by YevgeniyShunevych <[email protected]>
#713 Add `StartWithAny` verification extension methods for `IEnumerable<T>`

e1ded7cef2b85bbe8e6c4e1913c34d4aee475615 authored about 2 years ago by YevgeniyShunevych <[email protected]>
Merge branch 'main' of https://github.com/atata-framework/atata

965ecaec9a39c59f651cc20e4c6bf9fa8ef18cbe authored about 2 years ago by YevgeniyShunevych <[email protected]>
#712 Add `ContainAny` verification extension methods; Update `DataVerificationProviderExtensionMethodTests` functionality and tests

90bcb6b32e46e08c0218dde4ab03c2f4bb4da1bb authored about 2 years ago by YevgeniyShunevych <[email protected]>
#172 Add `ContainAny` verification extension methods; Update `DataVerificationProviderExtensionMethodTests` functionality and tests

9198835a70a6bdfbde4716729835c0ca09fc654c authored about 2 years ago by YevgeniyShunevych <[email protected]>
Upgrade NUnit3TestAdapter package to v4.3.1

1fc425a78508a81854c31552e95b0cfd46eaa183 authored about 2 years ago by YevgeniyShunevych <[email protected]>
#711 Change `IEnumerable` object string representation in verification messages

213211558a894cecb7464a495824d02dab8bbb9c authored about 2 years ago by YevgeniyShunevych <[email protected]>
Update `Contain` verification methods to consider duplicate expected items

99f1716d92e43215f4369c53ff9a0f5c28c777e3 authored about 2 years ago by YevgeniyShunevych <[email protected]>
Update verification extension methods to handle safely `params` with `AsEnumerable()`

ca3e0e631eff9b57bef8236bb49dc39d4caad58e authored about 2 years ago by YevgeniyShunevych <[email protected]>
#710 Add `Contains` and `ContainsAny` extension methods for `IObjectProvider<IEnumerable<TSource>>`

10d4104b1e102e54cc060d62b57f9def805758b8 authored about 2 years ago by YevgeniyShunevych <[email protected]>
#709 Add `ForEach` extension method for `IObjectProvider<IEnumerable<TSource>, TOwner>`

911746a96b63e901fe181fc859c5c60527c9b7c3 authored about 2 years ago by YevgeniyShunevych <[email protected]>
#708 `BeEquivalent` and `EqualSequence` verification methods should not throw when expected is an empty enumerable

e280ae0712b42be9bf03ad85955c15c5ed19f112 authored about 2 years ago by YevgeniyShunevych <[email protected]>
#707 Add `Resolve` overloaded method to `UIComponentChildrenList<TOwner>`

ea368b1305f5bcf1f92f26b6101e91c10e9bff43 authored about 2 years ago by YevgeniyShunevych <[email protected]>
#706 Add `IsFocused` property to `Control<TOwner>`

71a0ece8cff567c9f3265537f78ec94a4f1128be authored about 2 years ago by YevgeniyShunevych <[email protected]>
#705 Make `PressKeysAttribute` inheritors to inherit `TriggerAttribute` directly

6fa6f36868ba1c8e19235dd7759556829d2658c3 authored about 2 years ago by YevgeniyShunevych <[email protected]>
#704 Update `PressKeysAttribute` to use `PageObject<TOwner>.Press` method

9a0355664e4ddb07f70a2d3700124fbee06c6e98 authored about 2 years ago by YevgeniyShunevych <[email protected]>
Update README.md

8f9350c6af78e9f862fe5967a69cc4164a229fed authored about 2 years ago by YevgeniyShunevych <[email protected]>
Increase project version to 2.4.0

9fa5f8e876f1fcf846fc2a7440d73dc6a784d278 authored about 2 years ago by YevgeniyShunevych <[email protected]>
#703 Add `TakeScreenshotAttribute` and mark `ScreenshotAttribute` as obsolete

28783efbc887118136db64077bea91f23e39051a authored about 2 years ago by YevgeniyShunevych <[email protected]>
#698 Add page snapshot functionality

6e1f9ec4833f8c5f45eb887d778fa97709ee7fa2 authored about 2 years ago by YevgeniyShunevych <[email protected]>
#702 Update screenshots functionality to work with `AtataContext` without navigation

92150716ee5f84b20d619de5d4c144d4fd559668 authored about 2 years ago by YevgeniyShunevych <[email protected]>
#698 Add page snapshot functionality

5c1a245a0a14437ccb87462bdc66bf8519287710 authored about 2 years ago by YevgeniyShunevych <[email protected]>
#700 Add `TakeScreenshot` method to `AtataContext` and mark `ILogManager.Screenshot` method as obsolete

14d4bf3170c1afe557a1002971287ca3a8ee5bda authored about 2 years ago by YevgeniyShunevych <[email protected]>
#699 Use Selenium.WebDriver package v4.6.0

014db1c34c155939a4fae74df5faba2a371c6a69 authored about 2 years ago by YevgeniyShunevych <[email protected]>
Update `WaitingOnInit.cshtml` and `WaitingOnInitPage`

fb7d763cf58a705fd7f931299ad545ba917d0768 authored about 2 years ago by YevgeniyShunevych <[email protected]>
Upgrade SonarAnalyzer.CSharp package to v8.48.0.56517

6bcac7510ff6c7109e93051926c3823cf2df36ed authored about 2 years ago by YevgeniyShunevych <[email protected]>
Upgrade NLog package to v5.0.5

4ca0ab6bf5549c536b5aaf2d343482724c7e234a authored about 2 years ago by YevgeniyShunevych <[email protected]>
Update XML comments of `PageSnapshotsConfiguration`

3920839746074c01f65cc437427e658ba03105f6 authored about 2 years ago by YevgeniyShunevych <[email protected]>
Upgrade FluentAssertions package to v6.8.0

ccdb868599517bc8b56ea1a79524046d2ff59a15 authored about 2 years ago by YevgeniyShunevych <[email protected]>
Upgrade NUnit3TestAdapter package to v4.3.0

2f343c3539b74b9dcc962ad17454da42f58086ed authored about 2 years ago by YevgeniyShunevych <[email protected]>
Upgrade Microsoft.NET.Test.Sdk package to v17.4.0

c23b5aad12becee8b1331363c182ddc4d64b2c63 authored about 2 years ago by YevgeniyShunevych <[email protected]>
#698 Add page snapshot functionality

eb8c6c8cbf94708e62d5ccc6a8a6f95bd69912bd authored about 2 years ago by YevgeniyShunevych <[email protected]>
Fix `AtataContextTests.AddArtifact`

2e567eb63876014c5c3a9d560c8809fd35c14d13 authored about 2 years ago by YevgeniyShunevych <[email protected]>
#697 Add `AddArtifact` methods to `AtataContext`

cfdec0c0137c14661a484b5b529ca2043915e164 authored about 2 years ago by YevgeniyShunevych <[email protected]>
#696 Overcome `GetDevToolsSession` slowness issue for Chrome and Edge on Windows

593e3ba190c1ccbea2a2f3fa407651f322a7b598 authored about 2 years ago by YevgeniyShunevych <[email protected]>
#695 Add `FillPathTemplateString` methods to `AtataContext`

e2380e128f43fa6f10f6d960762ed832f406a181 authored about 2 years ago by YevgeniyShunevych <[email protected]>
Increase project version to 2.3.0

ffafd82e8cdea3240eddf7c5adff245a024d79b9 authored about 2 years ago by YevgeniyShunevych <[email protected]>
Update `IObjectVerificationProviderExtensions` XML comments

9a07aac159bcfdc99857b6351ff7c5c99fff38f3 authored about 2 years ago by YevgeniyShunevych <[email protected]>
Update XML comments of `IUIComponent<TOwner>`

6f96c2d2b00dc20b449782cac7e5f0596cb570fd authored about 2 years ago by YevgeniyShunevych <[email protected]>
Refactor tests of `EventSubscriptionsAtataContextBuilderTests` and `LogConsumersAtataContextBuilderTests` using `ConsistSequentiallyOf` verification extension method

909c096db37c5a973f4e92e8442ff17fe4652e0c authored about 2 years ago by YevgeniyShunevych <[email protected]>
#694 Add `ConsistSequentiallyOf` verification extension methods

d8b794f455755e1cb8737470ef214d6b31f5b334 authored about 2 years ago by YevgeniyShunevych <[email protected]>
#693 Add `Configure<TLogConsumer>()` method to `LogConsumersAtataContextBuilder`

995676dc0e507b37f1edc44a330b6136845a9379 authored about 2 years ago by YevgeniyShunevych <[email protected]>
Update XML comments of `IObjectVerificationProviderExtensions.ConsistOfSingle`

5c86fa65916c969613ddaafff3a2159474573059 authored about 2 years ago by YevgeniyShunevych <[email protected]>
Refactor `EventSubscriptionsAtataContextBuilderTests` using `ConsistOfSingle` verification extension method

d4e9f942e739e0b43358c6d718401d1bac790447 authored about 2 years ago by YevgeniyShunevych <[email protected]>
#692 Add `ConsistOfSingle` verification extension methods

aef8ef238332dae6b8605de24ed1e3922f09bac9 authored about 2 years ago by YevgeniyShunevych <[email protected]>
Update predicate message of `PageObject<TOwner>.RefreshPageUntil` method

113c6f17dfc5c6b47549f52bc030873c2a0137cd authored about 2 years ago by YevgeniyShunevych <[email protected]>
Update verification messages in `IObjectVerificationProviderExtensions` methods that use predicate expressions

658d76c84548a32807ee3a119e24b36ce866e215 authored about 2 years ago by YevgeniyShunevych <[email protected]>
#691 Remove double quote characters wrapping non-string value in verification log messages

da9313ea9674200ab08a8e68153123d176a47767 authored about 2 years ago by YevgeniyShunevych <[email protected]>
Add `TermResolverTests.ToString` test fixture

01c44cee08ed3d806b9548e17857ce1733084df3 authored about 2 years ago by YevgeniyShunevych <[email protected]>
Update XML comments of `UIComponent<TOwner>`

79cb31ee2f4066a31c971e0aa319263b8888d24f authored about 2 years ago by YevgeniyShunevych <[email protected]>
#690 Add `IsPresent` and `IsVisibleInViewPort` properties to `IUIComponent<TOwner>`

950ffd35bcad816dd52036fb3b732ae1592509b8 authored about 2 years ago by YevgeniyShunevych <[email protected]>
#689 Add `TagName` property to `UIComponent<TOwner>`

0428c4f3cb04690065e37b203eac040ed9f699ac authored about 2 years ago by YevgeniyShunevych <[email protected]>
#688 An extra "/" prepends a name of `ControlList<TItem, TOwner>` value providers

16b46be8c3385ef11c83f4ee50e0147217bd5d50 authored about 2 years ago by YevgeniyShunevych <[email protected]>
#687 Use Selenium.WebDriver package v4.5.1

09b3e7433bd64d15fb3c3070b13986fbf08f4282 authored about 2 years ago by YevgeniyShunevych <[email protected]>
#686 Add DOM attribute properties to some controls

b106c8b573402ffa83d878f9cb224a7b7fb800d8 authored about 2 years ago by YevgeniyShunevych <[email protected]>
- #682 Add `DomAttributes` property to `UIComponent<TOwner>`;

- #683 Add `DomProperties` property to `UIComponent<TOwner>`;
- #684 Add `DomClasses` property to...

b8dd57d2b9a243e557547709028608266c0e5d5a authored about 2 years ago by YevgeniyShunevych <[email protected]>
Add `NullableBool` parameterized test to `TermResolverTests.FromString`

a949b2ff164b179302450e0cfc313a5d1bb7df18 authored about 2 years ago by YevgeniyShunevych <[email protected]>
Split `LabelTests.Default` test into `Value` and `For` tests

0db4c879f77ba92cd9c6ba53914722f23e65cbeb authored about 2 years ago by YevgeniyShunevych <[email protected]>
#681 `BePresent`, `BeVisible`, `Exist`, `BeHidden` verification methods use `VerificationTimeout`/`VerificationRetryInterval` for waitings

cda49cfa4b0b9cbda543549481df069751cf7e46 authored over 2 years ago by YevgeniyShunevych <[email protected]>
Upgrade SonarAnalyzer.CSharp package to v8.46.0.54807

a54ea7f96070db4425dd101d59ab7e24f1216104 authored over 2 years ago by YevgeniyShunevych <[email protected]>
Increase project version to 2.2.0

db43fc26926bda68f34b222eb21d7fdc73a299e8 authored over 2 years ago by YevgeniyShunevych <[email protected]>
#680 Add `ToNewWindow` and `ToNewWindowAsTab` methods to `Go`

44bb11386bdc904a73a2d385135b2b46ce1b53a5 authored over 2 years ago by YevgeniyShunevych <[email protected]>
#679 Use Atata.WebDriverExtras package v2.2.0

6f9d89ffc54c8683ed265f9c7682c3a422b68193 authored over 2 years ago by YevgeniyShunevych <[email protected]>
#678 Use Selenium.WebDriver package v4.5.0

dba74d68a247c57ca7ec866074630e7bc11afd0d authored over 2 years ago by YevgeniyShunevych <[email protected]>
Upgrade Microsoft.NET.Test.Sdk package to v17.3.2

76100092616d6cec3b54ddd3db12ffba34efda7e authored over 2 years ago by YevgeniyShunevych <[email protected]>