Workflow Detail

Testing Automation

Run unit, integration, and end-to-end testing workflows.

5 steps~20 mintestingqaautomation

Required env vars: PLAYWRIGHT_TOKEN, VITEST_TOKEN, JEST_TOKEN, CYPRESS_TOKEN, NEWMAN_TOKEN

Auth needed for: Playwright CLI, Vitest CLI, Jest CLI, Cypress CLI, Newman CLI

Step 1Playwright CLIAuth required

Execute Playwright CLI stage in testing automation workflow.

Authentication

  • Step 1 Export required environment variables: PLAYWRIGHT_TOKEN

playwright run

Run test suite

playwright watch

Run tests in watch mode

Step 2Vitest CLIAuth required

Execute Vitest CLI stage in testing automation workflow.

Authentication

  • Step 1 Export required environment variables: VITEST_TOKEN

vitest run

Run test suite

vitest watch

Run tests in watch mode

Step 3Jest CLIAuth required

Execute Jest CLI stage in testing automation workflow.

Authentication

  • Step 1 Export required environment variables: JEST_TOKEN

jest run

Run test suite

jest watch

Run tests in watch mode

Step 4Cypress CLIAuth required

Execute Cypress CLI stage in testing automation workflow.

Authentication

  • Step 1 Export required environment variables: CYPRESS_TOKEN

cypress run

Run test suite

cypress watch

Run tests in watch mode

Step 5Newman CLIAuth required

Execute Newman CLI stage in testing automation workflow.

Authentication

  • Step 1 Export required environment variables: NEWMAN_TOKEN

newman run

Run test suite

newman watch

Run tests in watch mode