Skip to content

ahmedkhaled14/FakeRESTApiUsingSHAFTengine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 

Repository files navigation

test-light

FakeRESTApi ==> Api Test Automation Using SHAFT_Engine

FakeRESTApi is a Demo Websites Contains 27 API Request Which You Can Use To Perform API Testing.

  • The main Frameworks included in the project:

SHAFT Engine on the Top of:

RestAssured

TestNG

Allure Report

Extent Reports

  • Project Design:

Object Model design pattern

Data Driven framework

Java Docs

How To Use this Project With SHAFT_Engine :

You can use it with any IDE like ==> EX: Eclipse IDE

If you are going to use Intelij

Please You Should First follow these steps :

IntelliJ:

As of SHAFT_Engine '4.0.20200220-beta' you can now use IntelliJ in addition to Eclipse to manage your test project.

After checking out the project to your IntelliJ you may face an exception that prevents tests execution.

In that case you need to add the SHAFT_Engine custom listeners to your TestNG execution template, as IntelliJ doesn't natively inherit this list from the pom.xml file.

listeners:

1- com.shaft.tools.listeners.AlterSuiteListener

2- com.shaft.tools.listeners.SuiteListener

3- com.shaft.tools.listeners.InvokedMethodListener

You can follow this YouTube link:

Thanks:

Ahmed Khaled

Releases

No releases published

Packages

No packages published

Languages