Skip to content

Files

Latest commit

 

History

History
23 lines (16 loc) · 764 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 764 Bytes

simple test for check web page on playwright-core package and headless chromium browser (code tested on runtime version of node.js - 14.x)

Configuration of Lambda for success launch from dir. function_v1:

for deployment the code to lambda:

  • pull the repo

  • pack into zip archive

  • create lambda function

  • upload code in zip archive

  • add layer with preinstalled base code for lambda( in my case I use 'https://github.com/shelfio/chrome-aws-lambda-layer')

  • update memory to 1920 MB

  • increase timeout to 15 sec

  • for providing url for the tests - add environment variable with name - ENV_URL

Configuration of Lambda from dir. function_v2:

  • zipping code
  • deploy to S3
  • add to Lambda
  • add environment variable ENV_URL and put the url of site for testing