-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Codeceptjs 3. #5
Comments
Hello @cbruyndoncx , thank you for the suggestion. This will require upgrading I'm also planning to release Concordia 2 soon. Currently, version |
Yes, I actually started wit a codeceptjs3 installation and installed concordia alongside. |
Since Concordia is inspired by Gherkin, you can use some useful plugins for syntax highlighting. An old and incomplete draft goes like this:
Such BNF would cover the basic syntax. Concordia Compiler uses Natural Language Processing to analyze actions and other constructions. |
Hi @cbruyndoncx , while the support for CodeceptJS 3 isn't available, you can upgrade the produced (CodeceptJS 2) tests automatically using codecept3-upgrade, like this: npx codecept3-upgrade tests |
@cbruyndoncx Released in v1.4 |
With the release of codecpetjs 3.0 there is a small syntax change
https://codecept.io/wiki/Upgrading-to-CodeceptJS-3.html
( I ) needs to become ( { I } )
I think the only required change is in the testgenerator file
The text was updated successfully, but these errors were encountered: