test-todomvc-using-app-actions
Example Cypress tests going from page objects to app actions
File Explorer
Download Latest Version (.zip)- badges.yml
- ci.yml
- pr.yml
- print-tests.yml
- repeat-spec.yml
- repeat-tag.yml
- repeat-test.yml
- spec-dependencies.yml
- tagged-jobs.yml
- tagged.yml
- trigger-circle-type.yml
- trigger-circleci.yml
- settings.json
- adding-spec.ts
- cast-alias-spec.ts
- cast-fixture-spec.ts
- cast-task-spec.ts
- clear-completed-spec.ts
- complete-all-spec.ts
- editing-spec.ts
- fixture-spec.ts
- import-fixture-spec.ts
- index.d.ts
- item-spec.ts
- model.d.ts
- path-alias-spec.ts
- persistence-spec.ts
- routing-spec.ts
- spec.ts
- todo.page.ts
- using-fixture-spec.ts
- utils.ts
- example.json
- todos.json
- index.js
- e2e.ts
- its-model.png
- model-properties.png
- workflows.png
- app.jsx
- footer.jsx
- Todo.ts
- todoItem.jsx
- todoModel.js
- utils.js
- base.css
- index.css
- base.js
- director.js
- JSXTransformer.js
- react-with-addons.js
- .gitignore
- .prettierrc.json
- circle.yml
- cypress.config.ts
- deps.json
- index.html
- package-lock.json
- package.json
- README.md
- renovate.json
- tsconfig.json
# Installation Guide
1. Get the code
git clone https://github.com/bahmutov/test-todomvc-using-app-actions
Downloads the entire project code from GitHub to your computer.
cd test-todomvc-using-app-actions
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
npm run cypress
Type this command into your terminal and run it.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
