wacat
wacat - Challenge Your Web App with Cat Chaos and AI-Driven Testing!
파일 탐색기
최종 버전 다운로드 (.zip)- testing.yaml
- launch.json
- dev.cmd
- dev.js
- run.cmd
- run.js
- authentication-header-example-login.png
- authentication-header-example-main-page.png
- authentication-header-example-taking-curl.png
- chromium-opened.png
- console-error.png
- error-in-page.png
- http-500-picture-1.png
- http-500-picture-2.png
- more-complicated-auth-picture-1.png
- more-complicated-auth-picture-2.png
- more-complicated-auth-picture-3.png
- more-complicated-auth-picture-4.png
- more-complicated-auth-picture-5.png
- simple-auth-picture-1.png
- simple-auth-picture-2.png
- simple-page.png
- test-application-picture-1.png
- test-application-picture-2.png
- test-application-picture-3.png
- wacat-logo.png
- wacat-video.gif
- test.spec.ts
- configuration-authentication.json
- configuration-complicated-authentication-with-not-visit-link-urls-remote.json
- configuration-complicated-authentication-with-not-visit-link-urls.json
- configuration-complicated-authentication.json
- configuration-cookie-header.json
- configuration-do-not-push-buttons.json
- configuration-error-texts-have-nice-day.json
- configuration-error-texts.json
- input-texts.txt
- index.ts
- index.ts
- FrontPage.tsx
- PageTemplate.tsx
- SimpleFrontPage.tsx
- WorkingPage.tsx
- index.tsx
- index.tsx
- index.tsx
- index.tsx
- index.tsx
- index.tsx
- index.tsx
- index.tsx
- index.tsx
- index.tsx
- index.tsx
- index.tsx
- index.tsx
- _app.js
- index-api-returns-http-500.tsx
- index-auth-complicated.tsx
- index-auth.tsx
- index-different-types-inputs-and-button-push-causes-error.tsx
- index-errors-in-page-and-console.tsx
- index-simple.tsx
- index-working-page3.tsx
- favicon.ico
- vercel.svg
- util.ts
- .gitignore
- next-env.d.ts
- package-lock.json
- package.json
- README.md
- styles.css
- tsconfig.json
- test-utils.test.ts
- test-utils.ts
- .eslintignore
- .eslintrc.json
- .gitignore
- .mocharc.json
- .prettierrc.json
- CHANGELOG.md
- CONTRIBUTORS.md
- LICENSE
- package.json
- playwright.config.ts
- README.md
- run-manual-tests.bat
- run-tests.sh
- tsconfig.json
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/mikesmallhelp/wacat
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd wacat
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Node.js
쉬움 추천사전 준비물
npm install && npx playwright install --with-deps && npm run build && npm install -g
package.json에 명시된 라이브러리들을 내려받아 설치합니다.
git pull && npm install && npx playwright install --with-deps && npm run build && npm i -g
package.json에 명시된 라이브러리들을 내려받아 설치합니다.
npm run test && npm run build && npm install -g && ./run-tests.sh
package.json에 명시된 라이브러리들을 내려받아 설치합니다.
npm run test && npm run build && npm install -g
package.json에 명시된 라이브러리들을 내려받아 설치합니다.
명령어 실행 후 터미널에 나타나는 주소(보통 http://localhost:3000 형태)를 브라우저에서 열어보세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
