test(web-test): switch webtest publication to port 9191

Чтобы не конфликтовать с интерактивной разработкой на основном
Apache (8081, занят сторонним проектом), регрессионный регресс
теперь использует отдельный httpd-процесс на порту 9191. Тот же
httpd запускает /web-publish webtest -Port 9191 -V8Path 8.3.24.

Один процесс Apache → собственный пул лицензий 1С. На 8081 другие
проекты — наши тесты их не блокируют и наоборот.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Nick Shirokov
2026-05-12 14:03:15 +03:00
parent 32bf9c1a3f
commit 56822c4533
+2 -2
View File
@@ -3,8 +3,8 @@
// 1C sessions (different cookies), used by multi-context tests to simulate two users.
export default {
contexts: {
a: { url: 'http://localhost:8081/webtest/ru_RU' },
b: { url: 'http://localhost:8081/webtest/ru_RU' },
a: { url: 'http://localhost:9191/webtest/ru_RU' },
b: { url: 'http://localhost:9191/webtest/ru_RU' },
},
defaultContext: 'a',
// isolation: 'tab' (default) — persistent context, tabs in one window, 1С extension loads.