python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Jest expected and receive identical, but it still fails
I have this test :
it('Should return the date correctly formatted', async () => {
const page = await newE2EPage();
await page.setContent('<dsd-datepicker></dsd-datepicker&g...

Steven
Votes: 0
Answers: 1
Stenciljs autocomplete the unit testing files when the tsx files are changed
Is there a way to autocomplete the .spec.tsx file so that it matches the changes made in the .tsx file or every time it has to be done by hand. To be more precise, I would like to autocomplete expect(...
Andrei Nechita
Votes: 0
Answers: 1
Facing issue in cypress when Input with autocus and blur in StencilJS
I am facing issue with cypress in my project. I am having an input which is appear on click of search icon and disappear on blue event of the input.
I am writing cypress test to check my functionality...
MogerCS
Votes: 0
Answers: 0
Missing outputs in Stencil's Angular build target
I am trying to setup a project using StencilJS, Angular and the corresponding Stencil build target for Angular. However, the generated code does not include the event outputs I define in the web compo...
Fynn
Votes: 0
Answers: 0