Skip to content
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

Ванесса не ругается если есть два экспортных сценария с одним названием #184

Closed
tsukanov-as opened this issue Feb 11, 2019 · 2 comments
Labels
bug Something isn't working

Comments

@tsukanov-as
Copy link

tsukanov-as commented Feb 11, 2019

ver. 1.2.0.19 Vanessa Automation Single

Основная спецификация:

#language: en

Feature: test

Background:
	Given I launch TestClient opening script or connect the existing one

Scenario: Test
	And I say "foo"
	And I say "bar"

Дополнительная спецификация с экспортным сценарием №1

#language: en

@ExportScenarios

Feature: export test

Scenario: I say "foo"
    Then I raise "foo" exception

Дополнительная спецификация с экспортным сценарием №2

#language: en

@ExportScenarios

Feature: export test

Scenario: I say "bar"
    And Delay "bar"

При загрузке основной спецификации в GUI Ванессы такая картина: https://i.imgur.com/n0I2dWY.png
и никаких сообщений.

Наверно ошибка должна выдаваться

@Pr-Mex
Copy link
Owner

Pr-Mex commented Feb 11, 2019

Согласен.

@Pr-Mex Pr-Mex added the bug Something isn't working label Feb 11, 2019
@Pr-Mex
Copy link
Owner

Pr-Mex commented Apr 1, 2019

Решено.
@tsukanov-as
Просьба проверить.

@Pr-Mex Pr-Mex closed this as completed Apr 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants