We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Multiple Gherkin syntax issues that cause compilation failure with test engines:
SpecFlow
If I get to it before you do I will fix with a PR from my fork. Here are the issues:
c2c.feature : Scenario has no name, incorrect syntax.
indexer.feature - Duplicate scenarios Scenario Outline: /applications?id=&limit=&next=
indexer.feature - Duplicate scenarios Scenario Outline: /applications/
indexer.feature - Duplicate scenarios Scenario Outline: /accounts?asset-id=&limit=>=<=&auth-addr=&app-id=
v2algodclient_paths.feature: Duplicated scenarios Scenario Outline: Account Information
v2algodclient_paths.feature: Duplicated scenarios Scenario Outline: LookupAccountByID path
v2algodclient_paths.feature: Duplicated scenarios Scenario Outline: SearchForApplications path
v2algodclient_paths.feature: Duplicated scenarios Scenario Outline: SearchAccounts path
rekey.feature is incorrectly named Feature: Sending transactions, which duplicates the send.feature
send.feature has two @send scenarios, when one should be called @send.multisig
Fix syntax warnings.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Subject of the issue
Multiple Gherkin syntax issues that cause compilation failure with test engines:
Your environment
SpecFlow
If I get to it before you do I will fix with a PR from my fork. Here are the issues:
c2c.feature : Scenario has no name, incorrect syntax.
indexer.feature - Duplicate scenarios Scenario Outline: /applications?id=&limit=&next=
indexer.feature - Duplicate scenarios Scenario Outline: /applications/
indexer.feature - Duplicate scenarios Scenario Outline: /accounts?asset-id=&limit=>=<=&auth-addr=&app-id=
v2algodclient_paths.feature: Duplicated scenarios Scenario Outline: Account Information
v2algodclient_paths.feature: Duplicated scenarios Scenario Outline: LookupAccountByID path
v2algodclient_paths.feature: Duplicated scenarios Scenario Outline: SearchForApplications path
v2algodclient_paths.feature: Duplicated scenarios Scenario Outline: SearchAccounts path
rekey.feature is incorrectly named Feature: Sending transactions, which duplicates the send.feature
send.feature has two @send scenarios, when one should be called @send.multisig
Acceptance Criteria
Fix syntax warnings.
The text was updated successfully, but these errors were encountered: