文件名称:booker:带有 CRUD 和使用 Cypress 进行快照测试的简单库应用程序
文件大小:335KB
文件格式:ZIP
更新时间:2024-08-13 01:39:38
services angular crud snapshot-testing cypress
布克 带有 CRUD 和使用 Cypress 进行快照测试的简单库应用程序。 开发服务器 为开发服务器运行npm run start 。 导航到http://localhost:5000/ 。 如果您更改任何源文件,该应用程序将自动重新加载。 运行测试 运行npm run test以通过执行端到端测试。
【文件预览】:
booker-main
----.gitignore(631B)
----package.json(2KB)
----tslint.json(3KB)
----books.json(3KB)
----package-lock.json(652KB)
----src()
--------app()
--------core()
--------assets()
--------main.ts(372B)
--------test.ts(753B)
--------environments()
--------index.html(1KB)
--------favicon.ico(948B)
--------styles.scss(309B)
--------polyfills.ts(3KB)
----karma.conf.js(1KB)
----cypress.json(299B)
----LICENSE(1KB)
----tsconfig.spec.json(333B)
----tsconfig.json(580B)
----.browserslistrc(703B)
----angular.json(4KB)
----tsconfig.app.json(287B)
----README.md(366B)
----.editorconfig(274B)
----cypress()
--------snapshots()
--------integration()
--------support()
--------tsconfig.json(140B)
--------plugins()
--------fixtures()