Skip to content

An implementation focused on Model-Based Testing (TBM) using Cypress

License

Notifications You must be signed in to change notification settings

AlexandroDRK/IFMLEdit.org

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IFMLEdit.org

A simple IFML Web Editor

Installation

To install all dependencies (and regenerate static assets)

npm install

To just regenerate static assets

npm run-script build

Development

To start server

npm start

To stop server

npm stop

Testing

To install Cypress on downloaded application folder(webserver only)

npm install cypress

To open cypress on downloaded application folder(webserver only)

npx cypress open

About

An implementation focused on Model-Based Testing (TBM) using Cypress

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 68.5%
  • EJS 23.8%
  • Pug 4.3%
  • HTML 2.9%
  • SCSS 0.5%