Table of Contents
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.
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)
-
Clone the repo
git clone git@git.planittesting.com:automation/webapp-test-automation-frameworks/cypressjupitertoys-typescript.git
-
Switch to node version specified in
.nvmrc(Optional)nvm use
-
Install NPM packages
npm install
Running Cypress
-
Test Runner
npm run cy:open -
Terminal
npm run cy:run
- Optimize
- Implement more TypeScript features
See the open issues for a full list of proposed features (and known issues).
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!
- Fork the Project
- Create your Feature Branch (
git checkout -b name/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin name/AmazingFeature) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt for more information.
Alex Pike - apike@planittesting.com