UNPKG

macaca-ecosystem

Version:

[![NPM version][npm-image]][npm-url] [![build status][travis-image]][travis-url] [![Test coverage][coveralls-image]][coveralls-url] [![node version][node-image]][node-url] [![npm download][download-image]][download-url]

167 lines (165 loc) 3.4 kB
'use strict'; module.exports = { en: { text: 'Ecosystem', items: [ { text: 'Official Site', items: [ { text: 'Macaca', link: 'https://macacajs.github.io' } ] }, { text: 'Web Page Testing', items: [ { text: 'UITest', link: 'https://macacajs.github.io/uitest' }, { text: 'Torchjs', link: 'https://macacajs.github.io/torchjs' } ] }, { text: 'Artificial Intelligence', items: [ { text: 'CV based solution', link: 'https://macacajs.github.io/guide/computer-vision.html' }, ] }, { text: 'Mock', items: [ { text: 'DataHub', link: 'https://macacajs.github.io/macaca-datahub' } ] }, { text: 'Inspector', items: [ { text: 'App Inspector', link: 'https://macacajs.github.io/app-inspector' } ] }, { text: 'UI Crawler', items: [ { text: 'NoSmoke', link: 'https://macacajs.github.io/NoSmoke' } ] }, { text: 'Reporter', items: [ { text: 'Macaca Reporter', link: 'https://macacajs.github.io/macaca-reporter' } ] }, { text: 'CI/CD', items: [ { text: 'Reliable', link: 'https://macacajs.github.io/reliable' } ] } ] }, zh: { text: '生态成员', items: [ { text: '官网', items: [ { text: 'Macaca', link: 'https://macacajs.github.io' } ] }, { text: 'Web 测试框架', items: [ { text: 'UITest', link: 'https://macacajs.github.io/uitest/zh/' }, { text: 'Torchjs', link: 'https://macacajs.github.io/torchjs/zh/' } ] }, { text: '人工智能', items: [ { text: '计算机视觉', link: 'https://macacajs.github.io/zh/guide/computer-vision.html' }, ] }, { text: 'Mock 方案', items: [ { text: 'DataHub', link: 'https://macacajs.github.io/macaca-datahub/zh/' } ] }, { text: '检查工具', items: [ { text: 'App Inspector', link: 'https://macacajs.github.io/app-inspector/zh/' } ] }, { text: '遍历工具', items: [ { text: 'NoSmoke', link: 'https://macacajs.github.io/NoSmoke/zh/' } ] }, { text: '报告器', items: [ { text: 'Macaca Reporter', link: 'https://macacajs.github.io/macaca-reporter/zh/' } ] }, { text: '持续集成', items: [ { text: 'Reliable', link: 'https://macacajs.github.io/reliable/zh/' } ] } ] } };