Github
Twitter
Discord
Playground
Search…
English
👋
Atomico
🚀
Getting started with Atomico
Api
🧬
Props(Properties)
🧩
VirtualDOM
🎣
Hooks
🔬
Testing
Render cycle
atomico/test-hooks
atomico/test-dom
Guides
🧠
Atomico design patterns
🗺
Atomico style guide
🛡
Atomico with Typescript
🤝
Atomico and React
🔀
Slot
🗃
Archives
@atomico
@atomico/store
@atomico/design-tokens
@atomico/router
@atomico/react
@atomico/hooks
@atomico/components
@atomico/exports
@atomico/magic-form
Support
Discord
Github
Twitter
Powered By
GitBook
🔬
Testing
We recommend the
@web/test-runner
tool, if your project was created with the command
npm init @atomico
the test environment will be preconfigured, you can see this pre-configuration at
https://github.com/atomicojs/base/tree/2-started
.
Render cycle
atomico/test-dom
atomico/test-hooks
Advanced (Documentation in progress)
To scale the test environment you can complement with tools such as:
1.
****
Cypress
: allows you to automate interactions and evaluate interactions of your interface.
2.
****
Percy
: Allows you to evaluate the appearance changes of your component or application between versions.
Previous
useUpdate
Next
Render cycle
Last modified
3mo ago
Copy link
Edit on GitHub
Contents
Advanced (Documentation in progress)