concordialang icon indicating copy to clipboard operation
concordialang copied to clipboard

✅ Generate functional tests automatically from your Agile specification

Results 9 concordialang issues
Sort by recently updated
recently updated
newest added

> 👁‍🗨 Version 2 is being launched because we adopt [Semantic Versioning](http://semver.org/) and every compatibility break (with the previous version) must be indicated by incrementing the _major_ version. Thus, `2.0`...

enhancement
language
performance
assigned
feedback desired
dependencies

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.6&new-version=1.0.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

If you can create any documentation, this project needs your help! 1- Creating tutorials. 2- Creating videos to explain some part of the language or some interesting feature or trick....

help wanted
doc
assigned
priority

### Example: ```gherkin Then I see that {Age} is {Age|minvalue} ``` The `|` operator separates a [UI Element](https://github.com/thiagodp/concordialang/blob/master/docs/en/language.md#user-interface-elements) from one of its [properties](https://github.com/thiagodp/concordialang/blob/master/docs/en/language.md#user-interface-element). Whether the property `id` is `#age` and...

enhancement
language

👉 Please read Issue #35 before continuing. ### Example ```gherkin Then I see "Welcome, {Username|value}" ``` Whether `{Username|value}` is `bob`, the corresponding Test Case must be transformed into ```gherkin Then...

enhancement
language

👉 Please read Issue #44 ### Example ```gherkin UI Element: Name - minimum length is 2 Otherwise I see "Please inform at least {Name|minimum length} characters." ``` The value in...

enhancement
language

Currently, when a constraint of a [UI Element](https://github.com/thiagodp/concordialang/blob/master/docs/language/en.md#user-interface-element) does not specify `Otherwise` steps, a **Test Case** that explores that constraint (with an invalid input value) receives a tag `@fail`, since...

enhancement
language
approach
to-confirm
postponed

Currently we can define values for ui literals and ui elements like this: ```gherkin When I fill with "a" and I fill {bar} with "b" ``` The following syntax can...

enhancement
language
maybe-later
postponed

Visual testing helps to verify if: - the user interface is appearing correctly for your users - elements of the user interface appear in the correct position and with the...

enhancement
language
plugin
postponed