Skip to content

dkrilov/TestRepoPublic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to Dimitry's Page

You can use the editor on GitHub to maintain and preview the content for your website in Markdown files.

Whenever you commit to this repository, GitHub Pages will run Jekyll to rebuild the pages in your site, from the content in your Markdown files.

Markdown

For more details see GitHub Flavored Markdown.

Themes

Your Pages site will use the layout and styles from the Jekyll theme you have selected in your repository settings. The name of this theme is saved in the Jekyll _config.yml configuration file.

Cypress Test Project

Installing Dependencies

yarn install

Running Test Manually in Development Environment

bash run-test.sh

Running Test in Jenkins Pipeline

steps {
  browserstack(
    credentialsId: 'browserstack-jenkins-creds',
    localConfig: [
      localPath: '',
      localIdentifier: null
    ]
  ) {
    sh """
      yarn browserstack-cypress run --sync
    """
  })
}
...

Running tests in browserStack

browserstack-cypress run --sync --u $your_username --k $Access_key

About

Bla bla just testing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors