Skip to content

Commit

Permalink
Fix README file
Browse files Browse the repository at this point in the history
Signed-off-by: Luigi Pellecchia <[email protected]>
  • Loading branch information
Luigi Pellecchia committed Jan 24, 2025
1 parent 1fb26af commit f5d3df8
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# BASIL

A tool developed to support Software Specification analysis and Testable Requirements definition.
A tool developed to manage software related work items, design their traceability towards specifications and ensure completeness of analysis.

It comes with a web user interface to provide a simplified view of work item relationships and with a REST web api to simplify the integration in other toolchains.

Expand All @@ -25,10 +25,10 @@ BASIL will help you on identifying gaps and on tracking progress.
## Test Infrastructure

BASIL comes with its own test infrastructure that allow users to run any kind of test case (written in any programming language)
against different kind of test environment, such as containers, virtual machines, physical hardware.
That is possible thanks to a Test Management Tool (tmt), a python project that is using metadata files (fmf format) to describe test cases, test plans and user stories.
The metadata files is the abstraction layer BASIL needs to run any kind of test case.
tmt is also able to provision different kind of test environments, as the one above listed.
against different kind of test environment, such as containers, virtual machines, physical hardwares.
That is possible thanks to a Test Management Tool (**tmt**), a python project that is using metadata files (**fmf** format) to describe test cases, test plans and user stories.
The metadata file is the abstraction layer BASIL needs to run any kind of test case.
**tmt** is also able to provision different kind of test environment, as the one above listed.

## Trace test executed on external infrastructures

Expand All @@ -52,10 +52,13 @@ Moreover you need to init a database to be able to use BASIL:

- db - [README](db/README.md)

## Documentation

BASIL The FuSa Spice documentation is available [here](https://basil-the-fusa-spice.readthedocs.io/)

## Links

- [ELISA BASIL Instance](http://elisa-builder-00.iol.unh.edu:9056/)
- [Documentation](https://basil-the-fusa-spice.readthedocs.io/)
- [ELISA Webinar: Introducing Basil](https://elisa.tech/blog/2023/10/04/introducing-basil-video/)
- [Critical Software Summit - OSS North America Seattle 2024](https://www.youtube.com/watch?v=1xmcpco14nE)
- [Critical Software Summit - OSS Europe Wien 2024](https://www.youtube.com/watch?v=dTXGpzM6eYw&pp=ygUVc3VtbWl0IHNvZnR3YXJlIGJhc2ls)
Expand Down

0 comments on commit f5d3df8

Please sign in to comment.