Coder Social home page Coder Social logo

vtabary / scenarii Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 1.0 2.03 MB

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

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

License: MIT License

TypeScript 75.47% JavaScript 3.70% HTML 20.31% CSS 0.29% SCSS 0.16% Shell 0.07%

scenarii's Introduction

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
  • Filter the list of scenarios
  • The scenarios can be exported into a CSV File

CSV details

The CSV file must, at least, have the following columns, serapated by a semicolon:

  • 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

  • Let the user add some comments on a failed scenario
  • Let the user to export the reports
  • Add the tester comments to the scenario list
  • Display the scenario dependencies
  • Delete a scenario
  • Edit a scenario
  • Sort the list of scenarios
  • 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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.