1 Star 0 Fork 0

雷军/codesandbox-client

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
generate-test-screenshots.sh 281 Bytes
一键复制 编辑 原始数据 按行查看 历史
Ives van Hoorne 提交于 2018-01-28 21:27 +08:00 . Add more integration tests
#!/bin/bash
docker run --rm --name test-container -v $(pwd):/home/circleci/codesandbox-client -w /home/circleci/codesandbox-client -d -t codesandbox/node-puppeteer yarn start:test && \
sleep 6 && docker exec -it test-container yarn test:integrations && \
docker stop test-container
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/lei2jun/codesandbox-client.git
git@gitee.com:lei2jun/codesandbox-client.git
lei2jun
codesandbox-client
codesandbox-client
master

搜索帮助