react-native-owl
Visual regression testing library for React Native that enables developers to introduce visual regression tests to their apps.
파일 탐색기
최종 버전 다운로드 (.zip)- config.json
- demo-app.yml
- demo-expo-app.yml
- release.yml
- run-tests.yml
- CODE_OF_CONDUCT.md
- CONTRIBUTING.MD
- PULL_REQUEST_TEMPLATE.md
- _category_.json
- matchers.mdx
- methods.mdx
- _category_.json
- github-actions.md
- _category_.json
- building-the-app.mdx
- testing-the-app.mdx
- _category_.json
- config-file.mdx
- getting-started.mdx
- work-in-progress.mdx
- config
- after-reload.png
- custom-threshold.png
- entered-text.png
- initial.png
- long-press.png
- scroll-to-end.png
- scroll-to.png
- test-input.png
- after-reload.png
- custom-threshold.png
- entered-text.png
- initial.png
- long-press.png
- scroll-to-end.png
- scroll-to.png
- test-input.png
- .gitignore
- App-test.tsx
- App.owl.tsx
- ReactNativeFlipper.java
- AndroidManifest.xml
- MainActivity.java
- MainApplication.java
- rn_edit_text_material.xml
- ic_launcher.png
- ic_launcher_round.png
- ic_launcher.png
- ic_launcher_round.png
- ic_launcher.png
- ic_launcher_round.png
- ic_launcher.png
- ic_launcher_round.png
- ic_launcher.png
- ic_launcher_round.png
- strings.xml
- styles.xml
- AndroidManifest.xml
- ReactNativeFlipper.java
- build.gradle
- debug.keystore
- proguard-rules.pro
- gradle-wrapper.jar
- gradle-wrapper.properties
- build.gradle
- gradle.properties
- gradlew
- gradlew.bat
- settings.gradle
- logo@1x.png
- logo@2x.png
- logo@3x.png
- Contents.json
- Contents.json
- AppDelegate.h
- AppDelegate.mm
- Info.plist
- LaunchScreen.storyboard
- main.m
- OwlDemo.xcscheme
- project.pbxproj
- contents.xcworkspacedata
- Info.plist
- OwlDemoTests.m
- .xcode.env
- _xcode.env
- Podfile
- Podfile.lock
- .eslintrc.js
- .gitignore
- .prettierrc.js
- .watchmanconfig
- _node-version
- app.json
- App.tsx
- babel.config.js
- Gemfile
- index.js
- metro.config.js
- owl.config.json
- package.json
- README.md
- tsconfig.json
- yarn.lock
- after-reload.png
- custom-threshold.png
- entered-text.png
- initial.png
- long-press.png
- scroll-to-end.png
- scroll-to.png
- test-input.png
- after-reload.png
- custom-threshold.png
- entered-text.png
- initial.png
- long-press.png
- scroll-to-end.png
- scroll-to.png
- test-input.png
- .gitignore
- App.owl.tsx
- adaptive-icon.png
- favicon.png
- icon.png
- logo@1x.png
- logo@2x.png
- logo@3x.png
- splash.png
- .gitignore
- app.json
- App.tsx
- babel.config.js
- index.js
- metro.config.js
- owl.config.json
- package.json
- tsconfig.json
- yarn.lock
- build.test.ts
- build.ts
- config.test.ts
- config.ts
- index.ts
- run.test.ts
- run.ts
- client.test.ts
- client.ts
- constants.ts
- handleAction.test.ts
- handleAction.ts
- index.app.ts
- index.ts
- trackedElements.test.ts
- trackedElements.ts
- websocket.test.ts
- websocket.ts
- index.html
- adb.test.ts
- adb.ts
- file-exists.test.ts
- file-exists.ts
- wait-for.ts
- xcrun.test.ts
- xcrun.ts
- actions.test.ts
- actions.ts
- constants.ts
- index.ts
- logger.test.ts
- logger.ts
- matchers.test.ts
- matchers.ts
- report.test.ts
- report.ts
- screenshot.test.ts
- screenshot.ts
- types.ts
- websocket.test.ts
- websocket.ts
- websocketTypes.ts
- ReactNativeOwlModule.java
- ReactNativeOwlPackage.java
- network_security_config.xml
- AndroidManifest.owl.xml
- AndroidManifest.xml
- ReactNativeOwlModule.java
- ReactNativeOwlModuleOwl.java
- .gitignore
- build.gradle
- websocket-server.js
- index.tsx
- styles.module.css
- index.tsx
- styles.module.css
- custom.css
- index.tsx
- diff.png
- mockup-bg.png
- mockup.png
- report.png
- badge.svg
- favicon.ico
- formidable-logo.svg
- logo-eyes.svg
- nearform-logo-white.svg
- social.png
- .nojekyll
- .gitignore
- babel.config.js
- docusaurus.config.ts
- package.json
- README.md
- sidebars.js
- tsconfig.json
- yarn.lock
- .gitignore
- .prettierignore
- .prettierrc.js
- CHANGELOG.md
- LICENSE
- package.json
- react-native.config.js
- README.md
- tsconfig.json
- yarn.lock
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/FormidableLabs/react-native-owl
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd react-native-owl
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Gradle (Java/Kotlin)
보통 추천사전 준비물
- Git GitHub에서 프로젝트 코드를 내려받으려면 필요합니다.
- JDK (Java) Java/Kotlin 프로젝트를 빌드/실행하려면 필요합니다.
- Gradle 레포에 포함된 gradlew(Gradle Wrapper)를 쓰면 Gradle을 따로 설치할 필요가 없습니다.
⚠️ 이 프로젝트는 규모가 큰 저장소라, 이 방법이 실제 핵심 제품이 아니라 내부 하위 패키지를 가리키는 것일 수 있습니다. README 전체를 함께 확인해보세요.
cd native/android
이 프로젝트의 관련 파일이 하위 폴더 안에 있어서, 먼저 그 폴더로 이동합니다.
./gradlew build
Gradle로 빌드를 진행합니다.
BUILD SUCCESSFUL 메시지가 뜨면 성공입니다. build/ 폴더에 결과물이 생성됩니다.
3. Node.js
쉬움사전 준비물
yarn add -D react-native-owl
이 명령어를 터미널에 그대로 입력해 실행하세요.
npm install -D react-native-owl
package.json에 명시된 라이브러리들을 내려받아 설치합니다.
명령어 실행 후 터미널에 나타나는 주소(보통 http://localhost:3000 형태)를 브라우저에서 열어보세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
