Camilla Silva

Results 5 comments of Camilla Silva

Enable *Security Settings* ![image](https://user-images.githubusercontent.com/993369/188920327-c2c60e9d-d97e-4726-8f05-0e410d81b393.png)

Working as expected ```js @Entity('User') export class User implements IUser { @DeleteDateColumn() delete_date: string; @BeforeSoftRemove() updateInactive(){ console.debug('BeforeSoftRemove for user'); } } @Entity('Shelter') export class Shelter implements IShelter{ @OneToMany(() => Pet,...

@fauzisunarya see https://github.com/Shelex/cypress-allure-plugin/issues/220#issuecomment-1716130705 In order to use this plugin, you need to pin cypress to v12.14.0