late-planet-4481
06/24/2022, 2:47 PMnpx cypress open --e2e
dry-restaurant-29660
06/24/2022, 2:49 PMcypress.open({ project: projectDir, configFile: configFilePath, testingType: "e2e", browser: "chrome" })
and it's absolutely fine. Just in an ideal scenario, i'd be able to prevent a user from going back to the project page and clicking the component section and causing it to create a load of fileslate-planet-4481
06/24/2022, 2:49 PMdry-restaurant-29660
06/24/2022, 2:50 PMrough-van-84956
06/27/2022, 3:06 AMrich-pharmacist-74804
06/27/2022, 10:37 AMagreeable-painting-90494
06/27/2022, 10:55 AMlibva error: va_getDriverName() failed with unknown libva error,driver_name=(null)
[491:0626/135959.592121:ERROR:sandbox_linux.cc(377)] InitializeSandbox() called with multiple threads in process gpu-process.
[491:0626/135959.594708:ERROR:gpu_memory_buffer_support_x11.cc(44)] dri3 extension not supported.
agreeable-painting-90494
06/27/2022, 10:55 AMagreeable-painting-90494
06/27/2022, 11:02 AMagreeable-painting-90494
06/27/2022, 12:58 PMagreeable-painting-90494
06/27/2022, 12:59 PMcypress/browsers:node14.15.0-chrome96-ff94
and I've disabled videolate-planet-4481
06/27/2022, 1:00 PMagreeable-painting-90494
06/27/2022, 1:06 PMlate-planet-4481
06/27/2022, 1:29 PMagreeable-painting-90494
06/27/2022, 1:30 PMlate-planet-4481
06/27/2022, 1:30 PM--browser
in CI?agreeable-painting-90494
06/27/2022, 1:31 PMagreeable-painting-90494
06/27/2022, 1:31 PMlate-planet-4481
06/27/2022, 1:32 PMnumTestsKeptInMemory
.rich-pharmacist-74804
06/27/2022, 2:19 PMlate-planet-4481
06/27/2022, 2:21 PMlate-planet-4481
06/27/2022, 2:23 PMrich-pharmacist-74804
06/27/2022, 2:27 PMlate-planet-4481
06/27/2022, 2:27 PMrich-pharmacist-74804
06/27/2022, 4:44 PMadorable-action-72456
06/28/2022, 7:19 AMproud-cpu-57518
06/28/2022, 9:47 AMadventurous-dream-20049
06/28/2022, 1:07 PMdry-furniture-93469
06/28/2022, 3:21 PMts
import { defineConfig } from 'cypress'
export default defineConfig({
e2e: {
specPattern: '...'
}
})
proud-cpu-57518
06/28/2022, 3:48 PM