Crm.Specflow icon indicating copy to clipboard operation
Crm.Specflow copied to clipboard

D365 Extension for SpecFlow allows you to automatically test your Dynamics 365 CE implementation. It provides a broad set of SpecFlow steps to help you create your scripts very rapidly. It leverages t...

Results 22 Crm.Specflow issues
Sort by recently updated
recently updated
newest added

Bumps [Azure.Identity](https://github.com/Azure/azure-sdk-for-net) from 1.10.3 to 1.11.0. Release notes Sourced from Azure.Identity's releases. Azure.Identity_1.11.0 1.11.0 (2024-04-09) Bugs Fixed AzurePowerShellCredential now handles the case where it falls back to legacy PowerShell without...

Dependency Bugs

- fix datetime date only: added ClearFocus so onChange event will fire - fix for ClearFieldValue: removed Key.Backspace causing onChange event firing twice

Hi, I'm trying to write a step to test a PCF Control but I cant find the HTML elements using a Selimumn driver.FindElements(By.ClassName("btn-cta")) in my command. Looking at the HTML...

The below code fails for text fields without labels. Pull request to easyrepro will be made: ```` // Needed to transfer focus out of special fields (email or phone) var...

Dependency Bugs

I couldn't find any bindings or code to support QuickCreate FormFill? Can we extend the formdata to support quickcreateforms or another approach?

Needed support for headless mode

When using a command that clicks a button, it now causes nullreferencexceptions. Probably issue in EasyRepro

Dependency Bugs

Revert to ; as escape character when https://github.com/SpecFlowOSS/SpecFlow/issues/2261 is fixed

Dependency Bugs

Want to create a scenario like this: ``` Scenario: Set Only First Contact as Primary Contact Given an account named TestAccount with the following values | Property | Value |...

Some forms have quick create forms. These can be used instead of regular forms. * Keep in mind related records * Prefer is when available? Or maybe via a tag...

enhancement