#!/bin/bash npm run cy:run -- --browser chrome --spec "cypress/integration/liveness.tests.ts" npm run cy:run -- --browser chrome --spec "cypress/integration/editor.tests.ts" npm run cy:run -- --browser chrome --spec "cypress/integration/excel.tests.ts" npm run cy:run -- --browser chrome --spec "cypress/integration/filtering.tests.ts" npm run cy:run -- --browser chrome --spec "cypress/integration/licensing.tests.ts"