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

Ошибка определения пути при использовании workspaceRoot в параметрах #1483

Closed
StupnikovVG opened this issue Dec 29, 2021 · 1 comment
Labels
bug Something isn't working

Comments

@StupnikovVG
Copy link
Contributor

StupnikovVG commented Dec 29, 2021

Контекст:
  Дано: Версия компоненты 1.2.0.38
  И Версия платформы 8.3.17.1989
  и в конфигурационном файле указаны параметры:
	"КаталогФич": "$workspaceRoot/features",
	"ДелатьОтчетВФорматеАллюр": true,
	"ОтчетAllure": {
		"КаталогВыгрузкиAllure": "$workspaceRoot/build/allure/add",
		"КаталогВыгрузкиAllureБазовый": "$workspaceRoot/build/allure/add"
         }

Для параметра "КаталогФич" подмена "$workspaceRoot" в пути происходит корректно, а для параметров "КаталогВыгрузкиAllure", "КаталогВыгрузкиAllureБазовый" подмена не происходит.
Причина: ошибка в параметрах метода ОбработатьСпецсимволыПриЧтенииНастроек при его вызове для параметров вложенной структуры

StupnikovVG added a commit to StupnikovVG/vanessa-automation that referenced this issue Dec 29, 2021
@Pr-Mex Pr-Mex added the bug Something isn't working label Dec 29, 2021
Pr-Mex added a commit that referenced this issue Dec 31, 2021
@Pr-Mex
Copy link
Owner

Pr-Mex commented Jun 18, 2022

@Pr-Mex Pr-Mex closed this as completed Jun 18, 2022
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