Skip to content

Releases: thiagodp/concordialang

v0.95.0

23 Feb 04:37

Choose a tag to compare

  • Fixes an important bug when transforming certain sentences to script commands
  • Internal improvements and updates

v0.94.10

01 Nov 19:27

Choose a tag to compare

  • Internal improvements (refactorings) and security updates
  • Documentation improvements
  • Fix CLI paramater ps

v0.94.9

03 Sep 06:26

Choose a tag to compare

Improve english vocabulary adding cannot, shouldn't and mustn't as sentence modifiers

v0.94.8

02 Sep 20:51

Choose a tag to compare

v0.94.7

30 Aug 05:37

Choose a tag to compare

  • 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

Choose a tag to compare

Fixes CLI parameter random-max-string-size

v0.94.5

22 Jul 05:08

Choose a tag to compare

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

Choose a tag to compare

Fix the creation of test scenarios with consecutive appearances of the same state

v0.94.3

14 Jul 05:18

Choose a tag to compare

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

Choose a tag to compare

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.