nubinub / scenarii

A project to e2e test your application manually, based on a CSV file

Home Page:https://vtabary.github.io/scenarii/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Scenarii

Test status LICENSE

This project aims to help the developer to do e2e testing manually on their applications.

Features

  • The user can upload a CSV from a local file or a remote file
  • Let the user select the role of each CSV column
  • The user can follow and check the scenarios one by one
  • Reports are generated from the results
  • All scenarios are listed and can be viewed at once

CSV details

The CSV file must, at least, have the following columns:

  • A unique identifier to identify each scenario
  • A message to describe the scenario

The file can also have the following columns:

  • A category to group scenarios, and a subcategory to be finer grained
  • A dependency to express the scenario which should be executed before this one
  • A comment to add some optional details on the scenario like some examples, or data to use

The order of the columns is not important. All other columns are ignored.

Installation

This application is based on Angular and the repository is using Nx.

To serve the project locally:

yarn install
nx serve frontend

To build the project and serve it with some http server:

yarn install
nx build frontend

TODO

  • Sort and filter the list of scenarios
  • Manage and export the scenarios
  • Let the user add some comments on a failed scenario
  • Let the user to export the reports
  • Display a list of scenarios with the user comments
  • Display the scenario dependencies
  • Add more unit tests
  • Add e2e tests
  • Upload the scenarios to an online service (needs a server and an authentication)

Contributing

See CONTRIBUTING.md file.

License

MIT

About

A project to e2e test your application manually, based on a CSV file

https://vtabary.github.io/scenarii/

License:MIT License


Languages

Language:TypeScript 76.4%Language:HTML 19.1%Language:JavaScript 4.0%Language:CSS 0.3%Language:SCSS 0.2%Language:Shell 0.1%