Run webdriverIO typescript tests using githubActions
GithubActions is a CI/CD platform to automate build, test and deploy. We need to create workflows to trigger using githubActions, the trigger can happen on adhoc, on push to a specific branch or when someone raised a pull-request. Workflows are represented as yml / yaml file with one or more jobs in each workflow reside…