All Projects → macaca-sample → sample-nodejs

macaca-sample / sample-nodejs

Licence: MIT license
Macaca test sample for Node.js

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to sample-nodejs

walletconnect-test-wallet
Test Wallet (Web)
Stars: ✭ 163 (+270.45%)
Mutual labels:  sample
amazon-qldb-dmv-sample-java
A DMV based example application which demonstrates best-practices for using QLDB & the QLDB Driver for Java.
Stars: ✭ 26 (-40.91%)
Mutual labels:  sample
react-devise-token-auth-sample
React on Rails using devise_token_auth for authentication
Stars: ✭ 25 (-43.18%)
Mutual labels:  sample
play-scala-fileupload-example
An example Play application showing custom multiform fileupload in Scala
Stars: ✭ 29 (-34.09%)
Mutual labels:  sample
CosmicWorks
How to model and partition data for Cosmos DB starting with the Adventure Works database.
Stars: ✭ 53 (+20.45%)
Mutual labels:  sample
ui5-cap-event-app
Showcase of SAP Cloud Application Programming Model and OData V4 with draft mode in a freestyle SAPUI5 app and an SAP Fiori elements app.
Stars: ✭ 70 (+59.09%)
Mutual labels:  sample
Examples wxWidgets
Shows how to use wxWidgets controls only by programming code (c++17).
Stars: ✭ 116 (+163.64%)
Mutual labels:  sample
play-scala-compile-di-example
Example Play Project using compile time dependency injection and Play WS with ScalaTest
Stars: ✭ 37 (-15.91%)
Mutual labels:  sample
blazor-dashboard
Blazor sample dashboard app with native components from Telerik
Stars: ✭ 20 (-54.55%)
Mutual labels:  sample
btp-workflow-management-opensap
This repository contain the exercises for the openSAP course "Improve Business Processes with SAP Workflow Management."
Stars: ✭ 30 (-31.82%)
Mutual labels:  sample
ui5-webcomponents-sample-angular
UI5 Web Components Sample TODO application built with Angular.
Stars: ✭ 34 (-22.73%)
Mutual labels:  sample
ui5-webcomponents-sample-vue
UI5 Web Components Sample TODO application built with Vue.
Stars: ✭ 52 (+18.18%)
Mutual labels:  sample
kmm-production-sample
This is an open-source, mobile, cross-platform application built with Kotlin Multiplatform Mobile. It's a simple RSS reader, and you can download it from the App Store and Google Play. It's been designed to demonstrate how KMM can be used in real production projects.
Stars: ✭ 1,476 (+3254.55%)
Mutual labels:  sample
wd.java
Java Client binding for Macaca
Stars: ✭ 30 (-31.82%)
Mutual labels:  macaca
pagila
PostgreSQL Sample Database
Stars: ✭ 46 (+4.55%)
Mutual labels:  sample
hana-shine-xsa
SAP HANA Interactive Education for SAP HANA Extended Application Services, Advanced Model (SHINE for XS Advanced) is an education content to learn, develop, and deploy SAP HANA XS Advanced Model application and is a successor of SHINE for XS Classic.
Stars: ✭ 115 (+161.36%)
Mutual labels:  sample
abap-platform-jak
The JSON ABAP Konverter
Stars: ✭ 16 (-63.64%)
Mutual labels:  sample
iosHookViewId
A solution for ios hook view id(给iOS应用自动生成控件id)
Stars: ✭ 44 (+0%)
Mutual labels:  macaca
velero-plugin-example
Example project for plugins for Velero, a Kubernetes disaster recovery utility
Stars: ✭ 45 (+2.27%)
Mutual labels:  sample
cloud-workflow-samples
Workflow sample projects as reference content. Users can download and import the content of this project to their tenant to understand and learn how to consume workflow.
Stars: ✭ 52 (+18.18%)
Mutual labels:  sample

Macaca Samples

build status Gitter Chat

Contributors


xudafeng


loftyet


paradite


LiangjunJiang

This project follows the git-contributor spec, auto upated at Mon Feb 04 2019 18:33:48 GMT+0800.

This reposistory contains various samples that demonstrate how to use Macaca to test:

  1. native iOS app
  2. native android app
  3. mobile Safari web app
  4. mobile Chrome web app
  5. desktop Electron app
  6. desktop Chrome web app
  7. generate custom report for desktop web app

Start

then select one from the following

$ npm i                          Install all the depedences
$ npm run test:ios               Test sample for iOS
$ npm run test:android           Test sample for Android
$ npm run test:ios-safari        Test sample for iOS Safari
$ npm run test:android-chrome    Test sample for Android Chrome
$ npm run test:desktop-puppeteer Test sample for Desktop PC
$ npm run test:desktop-electron  Test sample for Desktop PC
$ npm run test:desktop-chrome    Test sample for Desktop PC
$ npm run test:simple-reporter   Test sample for PC with simple reporter

Note

You have to open an android emulator if you want to run it against an emulator, before you run npm run test:android

Source Code of Mobile Apps

The source code of mobile apps used in this example can be found

License

The MIT License (MIT)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].