Skip to content

test(ses): add a smoke test for SES lockdown in chrome canary #1

test(ses): add a smoke test for SES lockdown in chrome canary

test(ses): add a smoke test for SES lockdown in chrome canary #1

Workflow file for this run

name: Lockdown Canary
## detects lockdown issues on latest chrome
on:
push:
branches:
- lockdown-canary
schedule:
- cron: '0 0 * * *' # Runs every day at midnight
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Use Node.js stable
uses: actions/setup-node@v3
- name: Setup Chrome
uses: browser-actions/setup-chrome@latest
with:
chrome-version: 'canary'
- name: install dependencies
run: |
cd ./packages/ses/smoke-test/
yarn install
- name: Run tests
run: |
CHROME_BIN=$(which google-chrome-unstable) node ./packages/ses/smoke-test/index.js