mirror of
https://github.com/Nikolay-Shirokov/cc-1c-skills.git
synced 2026-06-10 16:14:54 +03:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user