Skip to content

mszeles/karate-framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

karate-framework

This project is a framework to automatize API testing using Karate also including performance testing with Gatling. It contains many features and examples. It is based on the excellent Karate DSL course on Udemy: https://www.udemy.com/course/karate-dsl-api-automation-and-performance-from-zero-to-hero

In order to run the tests, you should clone and run the following project: https://github.com/cirosantilli/node-express-sequelize-nextjs-realworld-example-app

npm install --force
npm run dev

In case it is not starting, modify in package.json scripts.dev to

"dev": "cross-env NODE_OPTIONS='--unhandled-rejections=strict' nodemon ./app.js"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published