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

ksgeorgieva/FDC3-conformance-framework

 
 

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 / Local Running

This repository currently contains:

  • tests - the FDC3 conformance tests, implemented using Mocha / TypeScript, making use of the FDC3 type definitions, @finos/fdc3.
  • static - HTML files used to create the static server
  • directory - Some JSON files in the FDC3 V2 Directory format that you can use to set up your desktop agent with either 1.2 or 2.0 test suites.
  • 'terms-conditions' - Terms and Conditions of the Conformance Program. Instructions for joining the program are here

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

npm install

To run the conformance suite locally on port 3001:

npm run start

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 91.4%
  • JavaScript 4.7%
  • HTML 3.7%
  • CSS 0.2%