marian51 / poc-playwright-typescript-gui-api

A repository containing a sample project based on Playwright, written using Typescript, showing testing of the GUI and API of given application.
2 stars 0 forks source link

Figure out a way to use soft assertions #54

Open marian51 opened 2 weeks ago

2pavel commented 2 weeks ago

await expect.soft(page.getByTestId('eta')).toHaveText('1 day'); Możemy dodać .soft w asercjach. Do zastanowienia się czy chcemy przenieść asserty do testów.