Skip to content

Latest commit

 

History

History
175 lines (132 loc) · 4.08 KB

frameworks.adoc

File metadata and controls

175 lines (132 loc) · 4.08 KB

Supported frameworks

There are many, many testing frameworks available, from popular cross-platform frameworks, to custom testing infrastructure that could be unique to your application.

Generally speaking, most 3rd-party test frameworks can be used with buddybuild provided these conditions are met:

  • The framework is available for installation whenever your app is built, or you have included it within your project’s source code.

  • The framework runs on a Unix-like operating system; Mac OS for iOS projects, and Linux for Android projects.

Auto-configure tests

The following test frameworks are automatically recognized by buddybuild, and are setup and executed as part of your build:

iOS Android

Non-native frameworks

The following test frameworks are known to work with buddybuild, provided that you include the appropriate integration within your project. indicates iOS compatibility, indicates Android compatibility.

Framework iOS Android

KIF

Testing tools

The following are tools that aid in performing various kinds of testing. indicates iOS compatibility, indicates Android compatibility.

Framework iOS Android