aboutsummaryrefslogtreecommitdiff
path: root/cypress/e2e
AgeCommit message (Collapse)AuthorFilesLines
2024-12-28docs(api): add refresh button to examples (#3301)ST-DDT1-0/+32
* docs(api): add refresh button to examples * chore: improve button behavior slightly * chore: improve output format * chore: ignore examples without recordable results * temp * chore: use svg button * chore: use json5 format for test * chore: simplify result formatting * test: add formatting tests * test: add e2e refresh test * test: use static test values * chore: fix regex * chore: simplify refresh placeholder * Update cypress/e2e/example-refresh.cy.ts * fix: handle property after function call * Apply suggestions from code review Co-authored-by: Shinigami <[email protected]> * Apply suggestions from code review Co-authored-by: Shinigami <[email protected]> * Apply suggestions from code review Co-authored-by: Shinigami <[email protected]> * chore: format * chore: add comment --------- Co-authored-by: Shinigami <[email protected]>
2023-11-14infra: enable strictNullChecks in tsconfig (#2435)ST-DDT1-1/+1
2023-04-03docs: Faker and utility pages (#1940)ST-DDT1-1/+1
2023-03-19infra: try to fix e2e flakyness (#1947)ST-DDT1-8/+24
2023-02-04test: use cy.request for e2e (#1808)Shinigami1-5/+5
2022-09-09test: e2e tests (#1362)Shinigami3-26/+56
2022-01-30fix: removing toc to fix the docs html (#341)Jess1-5/+20
Co-authored-by: Shinigami <[email protected]>
2022-01-28chore: adding cypress integration tests (#240)Jess1-0/+11
Co-authored-by: Daniel Bannert <[email protected]> Co-authored-by: Shinigami92 <[email protected]>