有了解 Keycloak 和 Cypress 的朋友吗

2022-04-25 10:51:59 +08:00
 YadongZhang

感觉这个 PR 没法按期完成了(期望月底)

https://github.com/jhipster/generator-jhipster-ionic/pull/644

老是遇到 cookie not found 错误:

type=LOGIN_ERROR, realmId=jhipster, clientId=null, userId=null, ipAddress=172.18.0.1, error=cookie_not_found

有朋友了解吗,或者愿意接手提交代码的,可以在那个 PR 上回复一下

如何复现:

# clone 那个 PR 进入 generator-jhipster-ionic 文件夹
npm i && npm link
cd .. # workspace
mkdir backend && cd backend
jhipster-ionic jdl ../generator-jhipster-ionic/test-integration/jdl/21-points.jdl --force --no-insight --skip-checks --skip-git --skip-commit-hook --skip-install --blueprints ionic --skip-jhipster-dependencies
npm run java:docker:prod
npm run docker:app:up
npm run ci:server:await
 * --------------------------------------------------
 * linux 无法找到 Chrome 的解决方案
 * sudo apt update
 * sudo apt-get -f install
 * wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
 * sudo dpkg -i google-chrome-stable_current_amd64.deb
 * 
 * --------------------------------------------------
echo '127.0.0.1 keycloak' | sudo tee -a /etc/hosts
cd ../ionic4j && npm i && npm run e2e
1325 次点击
所在节点    程序员
2 条回复
luojiyin87
2022-04-25 11:49:14 +08:00
提供一下代码的版本信息, 是不是我直接 clone , 用主分支就可以进行测试?
YadongZhang
2022-04-25 12:27:35 +08:00
@luojiyin87 #1

git clone https://github.com/zhyd1997/generator-jhipster-ionic.git

应该是我的那个 PR 分支:test/migrated_e2e_from_protractor_to_cypress

这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。

https://www.v2ex.com/t/849088

V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。

V2EX is a community of developers, designers and creative people.

© 2021 V2EX