Skip to content

A framework for testing whether desktop containers implement the FDC3 standard

License

Notifications You must be signed in to change notification settings

ColinEberhardt/FDC3-conformance-framework-1

 
 

Repository files navigation

FINOS - Incubating CII Best Practices

FDC3 Conformance Framework

A framework for testing whether desktop containers implement the FDC3 standard.

This project currently targets FDC3 v1.2.

Installation

This repository currently contains:

  • tests - the FDC3 conformance tests, implemented using Mocha / TypeScript, making use of the FDC3 type definitions, @finos/fdc3.
  • app - A simple application that hosts the tests, allowing them to be executed from within a desktop container.
  • mock - Multiple mock applications that are used to verify conformance - details

In order to get started, install all the dependencies with:

yarn

Then build all the components with:

yarn build

The server(s) can be started as follows:

// Start the app which runs the tests
cd app
yarn start

// Start all the mock apps which the tests will make use of
cd mock
yarn start

The application will start and will open a webbrowser tab, this tab will have an error. The reason is that the app does not have a Window.FDC3 object and should be ran through the desktop agent.

Here is the setup steps for the following desktop agents:

Contributing

  1. Fork this repository
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Read our contribution guidelines and Community Code of Conduct
  4. Commit your changes (git commit -am 'Add some fooBar')
  5. Push to the branch (git push origin feature/fooBar)
  6. Create a new Pull Request

NOTE: Commits and pull requests to FINOS repositories will only be accepted from those contributors with an active, executed Individual Contributor License Agreement (ICLA) with FINOS OR who are covered under an existing and active Corporate Contribution License Agreement (CCLA) executed with FINOS. Commits from individuals not covered under an ICLA or CCLA will be flagged and blocked by the FINOS Clabot tool (or EasyCLA). Please note that some CCLAs require individuals/employees to be explicitly named on the CCLA.

Need an ICLA? Unsure if you are covered under an existing CCLA? Email help@finos.org

License

Copyright 2022 FINOS

Distributed under the Apache License, Version 2.0.

SPDX-License-Identifier: Apache-2.0

About

A framework for testing whether desktop containers implement the FDC3 standard

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 84.4%
  • HTML 10.0%
  • JavaScript 4.0%
  • CSS 1.6%