filiphric / cypress-plugin-api

Cypress plugin to show your API information in the Cypress UI runner
ISC License
257 stars 34 forks source link

Modules not setup properly #131

Closed iepoch closed 2 months ago

iepoch commented 10 months ago

As is

When installing cypress-api-plugin using --save-dev or -D for npm. Not all files are written causing issue with missing structure for one of the modules.

To be

Modules -> tansformData.d.ts uses an import { RequestProps } from 'src/types' More Modules are like this not just transformData.d.ts

image

Steps for work around

Change the Modules -> tansformData.d.ts uses an import { RequestProps } from '../types' This will work until you update the package again if you update the package this will get overwritten

iepoch commented 5 months ago

@filiphric Just curious are you still able to maintain this utility?

filiphric commented 5 months ago

Hey Stacy, I have much less time to maintain, so I’ll appreciate the help, but I’ll make sure to catch up soon.