Younes Jaaidi

Results 60 issues of Younes Jaaidi

Hey Jordan, I finally managed to dive a bit into cypress-angular-dev-server but I am encountering some weird issue here. I tried migrating the tests/cypress-mount-integration nx project here: https://github.com/jscutlery/devkit/tree/upgrade-cypress-10 but I...

There is apparently an issue with the way `cy.clock()` and `cy.tick()` work with CT. https://github.com/yjaaidi/angular-ct/blob/issue-clock/src/app/count/overrides/overrides.component.cy.ts#L26-L39

@jordanpowell88 what do you think about organizing tests per testing use case (testing inputs, testing outputs, overriding providers, etc...) instead of the demo app?

The following tests will not show any error when using happy-dom environment: ```ts test('leak microtask', () => { queueMicrotask(() => expect(1).toBe(2)); }); test('leak timer', () => { setTimeout(() => expect(1).toBe(2),...

enhancement

- chore(core): add failing test for fixed group tag - fix(core): fix invalid tag for fixed groups Fixes #22798

A specific cache plugin for ReSTful API, probably based on the current cache plugin could improve caching by understanding the semantics of the API. Here are some examples: ``` GET...

feature

Hi, Once jasmine 3 will be ready and adopted, we won't need the `asyncFlow` hack to wait for the screenshots to be taken before moving to the next test etc......