Skip to content

theRamenWithin/cypressjupitertoys-typescript

Repository files navigation

MIT License LinkedIn


Logo

CypressJupiterPrime-TypeScript

Explore the docs »
Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgments

About The Project

This project was made while employeed by Planit Testing and I have been given permission to share it on my personal Github account.

This is an implementation of Cypress 10 to create a suite of tests for JupiterPrime, our mock website, to demonstrate how the framework can be used with native functions, some essential packages, conforming to Cypress best practices.

(back to top)

Built With

cypress TypeScript

(back to top)

Getting Started

Prerequisites

This is an example of how to list things you need to use the software and how to install them.

  • npm

    npm install npm@latest -g
  • nvm (Optional)

Installation

  1. Clone the repo

    git clone git@git.planittesting.com:automation/webapp-test-automation-frameworks/cypressjupitertoys-typescript.git
  2. Switch to node version specified in .nvmrc (Optional)

    nvm use
  3. Install NPM packages

    npm install

(back to top)

Usage

Running Cypress

  • Test Runner

    npm run cy:open
    
  • Terminal

    npm run cy:run
    

Roadmap

  • Optimize
  • Implement more TypeScript features

See the open issues for a full list of proposed features (and known issues).

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b name/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin name/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

Alex Pike - apike@planittesting.com

(back to top)

Acknowledgments

(back to top)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors