the auth.setup.ts originally had
const content = {
cookies: [
{
name: “password”,
value: “123”,
….
}
]
}
and my function was using const cookiestore = await cookies():
cookieStore.set({
name:"auth_token",
value: “authenticated”
….etc
)};
i probably didn't need to change it but it was causing alot of my playwright tests to fail as it was not allowing playwright to pass some of the authorization/authentication tests.
Good so far, had some issues with authenticating the Cookie , but seems to be fine now.
the auth.setup.ts file needed to be modified for it to work. and playwright had a difficult time recognizing the cookie details , even though it was working.
Thanks for the response, it has been solved , i had to delete the entire repository and restart and it works fine now.
additionally vitest picks up the tests from the root folder but not the playwright tests
Exciting. :)
Hi jerome the video is split in two as i was not sure how to combine both the scenes from one file with all the camera's that are in the scene alongside the keyframes, also due to the technical issues which i explained to tomas i ran out of time to be able to try and improve this regardless that i got given an extention, thanks for the marks.
I forgot to include for my model of the character in the references, was an imported rigged character from mixamo, in the reference section.
Thanks for the feedback Jerome.
Hi jerome i see whats you are talking about it has been published .
Hi jerome the sketchfab is there can you view it?