Releases: thiagodp/concordialang
Releases · thiagodp/concordialang
v0.95.0
23 Feb 04:37
Compare
Sorry, something went wrong.
No results found
Fixes an important bug when transforming certain sentences to script commands
Internal improvements and updates
v0.94.10
01 Nov 19:27
Compare
Sorry, something went wrong.
No results found
Internal improvements (refactorings) and security updates
Documentation improvements
Fix CLI paramater ps
v0.94.9
03 Sep 06:26
Compare
Sorry, something went wrong.
No results found
Improve english vocabulary adding cannot, shouldn't and mustn't as sentence modifiers
v0.94.8
02 Sep 20:51
Compare
Sorry, something went wrong.
No results found
v0.94.7
30 Aug 05:37
Compare
Sorry, something went wrong.
No results found
Adds support to the option text in the action see
For example: Given that I see the text "Hello"
Adds support in the plugins for CodeceptJS
Improves error messages
Minor fixes
v0.94.6
27 Jul 19:11
Compare
Sorry, something went wrong.
No results found
Fixes CLI parameter random-max-string-size
v0.94.5
22 Jul 05:08
Compare
Sorry, something went wrong.
No results found
Changes:
Syntax validation for Variants and Test Cases now shows warnings instead of errors
News:
Improves documentation and variations for the property type of UI Elements
v0.94.4
14 Jul 17:11
Compare
Sorry, something went wrong.
No results found
Fix the creation of test scenarios with consecutive appearances of the same state
v0.94.3
14 Jul 05:18
Compare
Sorry, something went wrong.
No results found
Changes:
State recognizer now detects states with a single character
Fixes:
Combination of multiple variants and states
Naming of Test Cases when combining multiple variants and states
v0.94.2
13 Jul 01:03
Compare
Sorry, something went wrong.
No results found
News:
Add combination of action fill with UI Element of type inputFile to attach a file in CodeceptJS
Changes:
New default configuration for CodeceptJS with WebDriverIO:
"WebDriverIO" : {
"browser" : " chrome" ,
"url" : " http://localhost/" ,
"windowSize" : " maximize" ,
"smartWait" : 5000 ,
"timeouts" : {
"script" : 60000 ,
"page load" : 10000
}
}
We recommend you to update existing codeceptj.json files to add the properties windowSize, smartWait, and timeouts. Whether these properties are outside WebDriverIO, you can safely remove them.