Skip to content

IraSheremet/testy-tms-1

 
 

Repository files navigation

The client part of the test management system - TestY.

The frontend is implemented in the TypeScript programming language using the React library and a set of MUI components.

Launch in development mode.

For development, you can run the following commands in the root of the frontend directory:

npm install - to install dependencies

npm start - to launch the application

Testing the client part.

Implemented end-to-end (E2E) testing using the cypress library. For testing, you can use the following commands:

npm run test:cypress - run tests in the terminal

npm run open:cypress - open the cypress interface for testing with a visual display

Launch the application in a docker containers.

To run the application in the docker containers, you can run the following command in the root of the testy-tms directory:

docker-compose -f docker-compose-dev.yml up

About

TestY - Test Management System

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 52.4%
  • TypeScript 43.6%
  • HTML 3.4%
  • Dockerfile 0.3%
  • CSS 0.2%
  • Shell 0.1%