cypress-documentation
                                
                                 cypress-documentation copied to clipboard
                                
                                    cypress-documentation copied to clipboard
                            
                            
                            
                        Conflicting advice in Bitbucket Pipelines versus CI Introduction
Subject
Guides
Description
In the CI Introduction page it gives an example of what not to do:
npm start & cypress run // Do not do this
However, in the Bitbucket Pipelines page it basically describe to do exactly this.