eclipsesource / eclipsesource/tabris-js

Create an Integration Test for cordova plugins

Open
#488 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
1.4k
Forks
171
PR merge metrics
No merged PRs in 30d

Description

We can create an automated integration test that:

1) fetches a list of cordova plugins, e.g. from cordova plugin registry or npm
2) clones the tabris.js getting started app
3) Runs a build for iOS/Android for every plugin
4) Write a useful output (e.g. a json file) that lists which plugin compiles and which does not

An optional thing could be that we also compile each plugin with standard cordova to have a matrix like this:

```
Plugin Id | Cordova | Tabris iOS | Tabris Android
--------------------------------------------------------------------------
foo compiles compiles error
...
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.