mysterious-belgium-25713
10/17/2022, 3:44 PMincalculable-rainbow-43330
10/17/2022, 3:46 PMaloof-laptop-78265
10/20/2022, 1:15 PMaloof-laptop-78265
10/20/2022, 2:08 PMwonderful-match-15836
10/20/2022, 2:52 PMgreen-jordan-14676
10/21/2022, 2:24 PMfreezing-piano-2792
10/21/2022, 6:08 PMgreen-jordan-14676
10/23/2022, 5:40 PMbillowy-librarian-83114
10/25/2022, 5:47 PMwonderful-match-15836
10/25/2022, 6:14 PMswift-glass-92692
11/01/2022, 7:51 PMffprobe -i cypress/videos/<some-test-video>.mp4 -print_format json -show_chapters -loglevel error
Source: https://stackoverflow.com/questions/30305953/is-there-an-elegant-way-to-split-a-file-by-chapter-using-ffmpegrapid-memory-85767
11/07/2022, 11:13 PMwonderful-match-15836
11/08/2022, 2:29 AMrapid-memory-85767
11/08/2022, 5:12 AMlate-planet-4481
11/09/2022, 3:39 PMrapid-memory-85767
11/10/2022, 1:14 AMstale-optician-85950
11/16/2022, 12:21 PMpowerful-orange-86819
11/30/2022, 1:44 PMjs
Cypress.log({
name: [
`Some text ${property}`,
`Some more text ${proprety}`,
],
message: `${proparty}, ${value}`,
});
If anyone is interested in reproduction, i'm trying out some new ways to log stuffgray-kilobyte-89541
11/30/2022, 3:21 PMaddQuery
command, you probably want to add a built-in cy.map
query command that will be retried and could be used to run pure functions that transform the data, something that would make this retriable
js
cy.get('li')
.map('innerText') // or some kind of mechanism to access the props and values
.map(parseInt)
.should('...')
dry-scooter-25612
12/01/2022, 10:33 PMgray-kilobyte-89541
12/01/2022, 11:48 PMdry-scooter-25612
12/02/2022, 11:35 AMdry-scooter-25612
12/02/2022, 11:36 AMdry-scooter-25612
12/02/2022, 4:11 PMdry-scooter-25612
12/02/2022, 4:12 PMgray-kilobyte-89541
12/02/2022, 4:16 PMcy.contains
command https://on.cypress.io/containssparse-megabyte-40861
12/03/2022, 12:39 PMsparse-megabyte-40861
12/03/2022, 4:28 PMsparse-megabyte-40861
12/03/2022, 6:00 PM