[modern-react] 리액트 스터디 파일 추가
This commit is contained in:
11
modern-react/my-react/cypress.config.js
Normal file
11
modern-react/my-react/cypress.config.js
Normal file
@@ -0,0 +1,11 @@
|
||||
const { defineConfig } = require("cypress");
|
||||
|
||||
module.exports = defineConfig({
|
||||
e2e: {
|
||||
// 기본 경로 정의
|
||||
baseUrl: 'http://localhost:3000',
|
||||
setupNodeEvents(on, config) {
|
||||
// implement node event listeners here
|
||||
},
|
||||
},
|
||||
});
|
||||
Reference in New Issue
Block a user