Skip to content

Integrates playwright in cucumber e2e tests#237

Open
edouard-gv wants to merge 8 commits into
mainfrom
behavior
Open

Integrates playwright in cucumber e2e tests#237
edouard-gv wants to merge 8 commits into
mainfrom
behavior

Conversation

@edouard-gv
Copy link
Copy Markdown
Collaborator

No description provided.

@edouard-gv edouard-gv requested a review from magopian November 10, 2025 17:04
@edouard-gv
Copy link
Copy Markdown
Collaborator Author

J'ai un problème de linter qui ne veut pas se lancer sur ma machine :-(.

Copy link
Copy Markdown
Collaborator

@magopian magopian left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great, thanks.
Do we want to add those in the CI? We could change the npm run test to be

    "test": "npm run test:unit -- --run && npm run test:e2e && npm run test:cucumber",

What do you think?

//{ headless: false, slowMo: 1500}
);
browserContext = await browser.newContext(
//{baseURL: "https://localhost:4173/", ignoreHTTPSErrors: true}
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: do we need to keep this comment?

@edouard-gv
Copy link
Copy Markdown
Collaborator Author

edouard-gv commented Nov 17, 2025 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants