I want to install cypress on AWS lambda for performing testcases. I have explored the internet but none of the solutions are working for me like storage issues of lambda etc. Can anyone give me a reference about this? Thank you in Advance.
In order to get cypress running on AWS lambda, there are a few issues that you need to work through.
I've put together a full minimal example of how to get cypress running on lambda.
I'll cover the highlights of what is involved.
Lambda runs with a read-only file system, using an unprivileged user, and no ipc or shared memory device.
The only writable location is the /tmp directory, which has 512mb of space by default.
/dev/shm/tmp directory, or patch cypress so it won't crash.If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With