Skip to content

Bowery-RES/action-run-e2e-tests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 

Repository files navigation

action-run-e2e-tests

This GH Action is intended to encapsulate logic for running end-to-end tests (written in Cypress) with Currents dev platform for parallelization.

Input description

Script Description
github_token Access token
url Name of the env where tests will be running. You should follow next convention in order to have correct baseUrl setup. Example: dev -> url of dev env; custom -> url which will be proceeded to customUrl input
customUrl Url of custom env (PR deploy, dev/prod env). You need set url to custom in order to run tests against this url.
spec_file Pattern string which points Cypress what spec files to run.
tags Tags necessary to run specific tests with cypress-grep plugin (tests for comp-plex, key_info,rent_comps and etc).
ref Ref param for action/checkout.
secret_name Name of the secret in aws secret manager

About

Run end-to-end tests with some specific to us inputs

Resources

Stars

Watchers

Forks

Packages

No packages published