书栈网 · BookStack 本次搜索耗时 0.018 秒,为您找到 87 个相关结果.
  • 页面

    构建一个页面 嵌套的容器组件 用装饰器提供上下文 组件驱动开发 构建一个页面 我们专注于从下到上构建UI; 从小做起并增加复杂性. 这样做使我们能够独立开发每个组件,找出其数据需求,并在 Storybook 中使用它. 所有这些都无需 启动服务器或构建出页面! 在本章中,我们通过组合页面中的组件,并在 Storybook中开发该页面 来继续提...
  • Component Story Format (CSF)

    Component Story Format (CSF) Default export Story exports Storybook Export vs Name Handling Non-story exports Component Story Format (CSF) Storybook’s Component Story Forma...
  • StoriesOf API

    StoriesOf API storiesOf API Decorators and parameters Component Story Format migration StoriesOf API storiesOf is Storybook’s API for adding stories. Up until Storybook 5.2...
  • Add Custom Body

    Add Custom Body Add Custom Body Sometimes, you may need to add different tags to the HTML body. This is useful for adding some custom content roots. You can do this very easil...
  • Automated Visual Testing

    Automated Visual Testing Benefits Challenges Libraries and Services with Storybook Integration Custom Solutions Example using Puppeteer and Jest integration/jest.config.js int...
  • Introduction: React UI Testing

    Introduction: React UI Testing Reasons for Testing Different Aspects of UI Testing 1. Structural Testing 2. Interaction Testing 3. CSS/Style Testing 4. Manual Testing How St...
  • Vue

    ONLYOFFICE Docs Vue component Installing ONLYOFFICE Docs Vue component Using ONLYOFFICE Docs Vue component ONLYOFFICE Docs Vue component API Installing Storybook Developing ONL...
  • 简单 组件

    构建一个简单的组件 任务-Task 获取设置 配置 建立状态 特别数据要求 组件构建! 自动化测试 快照测试 构建一个简单的组件 我们将按照组件驱动开发 (CDD) 方法论来 构建我们的UI. 这是一个从"自下而上"开始构建UI的过程,从组件开始到整个页面结束. CDD 可帮助您在构建UI时,摆列您所面临的复杂程度. 任务-...
  • 测试

    测试 UI 组件 "但看起来不错吗?" Storybook 的视觉回溯测试 设置视觉回溯测试 初始化 Git 获得 Chromatic 捕获 UI 更改 查看更改 合并更改 测试 UI 组件 Storybook 教程没有测试是不完整的. 测试对于创建高质量的 UI 至关重要. 在模块化系统中,微小的调整可能导致重大的回溯. 到目前为止...
  • Manual Testing

    Manual Testing Testing Plan Manual Testing Now we arrive at the most interesting (but also hardest) part of UI testing.We usually do this as a team. First, we need to make a ...