How to run cypress in code-server code example
Example 1: how to run cypress test
./node_modules/.bin/cypress run // just cypress run wont work
Example 2: cypress bitbucket yaml file example
Bitbucket Pipelines configuration for test automation | TSH.io