tdc-2019:我们如何在Nubank上测试React Native?

时间:2024-05-22 07:24:40
【文件属性】:

文件名称:tdc-2019:我们如何在Nubank上测试React Native?

文件大小:176KB

文件格式:ZIP

更新时间:2024-05-22 07:24:40

TypeScript

TDC 2019 Como testamos React Native没有Nubank吗? :rocket: 设置和运行 先决条件 设置 使用npm安装依赖项 npm ci 跑步 启动应用程序 npm start :check_mark: 运行单元和集成测试 npm run test:unit npm run test:integration :check_mark: 运行端到端测试 从下载最新的Expo客户端,并将其解压缩到项目内名为bin/Exponent.app的文件夹中。 运行以下命令: brew tap wix/brew brew install applesimutils npm install -g detox-cli detox test 不要忘记运行以下命令来启动模拟服务器: cd server npm start :sparkles: 运行皮棉 npm run lint


【文件预览】:
tdc-2019-master
----.gitignore(110B)
----tsconfig.json(410B)
----README.md(814B)
----server()
--------package.json(253B)
--------src()
--------package-lock.json(15KB)
----package.json(2KB)
----tslint.json(1KB)
----src()
--------typings()
--------App.tsx(169B)
--------package.json(19B)
--------navigation()
--------common()
--------modules()
----integration-tests()
--------page-objects()
--------mocks()
--------__tests__()
--------config()
----jest.setup.ts(393B)
----jest.config.js(608B)
----app.json(566B)
----.watchmanconfig(3B)
----e2e()
--------page-objects()
--------config.json(101B)
--------tests()
--------init.js(398B)
--------index.d.ts(79B)
----App.js(53B)
----assets()
--------splash.png(7KB)
--------icon.png(3KB)
----package-lock.json(622KB)

网友评论