AymanMak1 / System-Integration-and-Frontend-Testing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

System Integration Backend Preliminary Test Case

Task 1 - Product Feed

To make this project work :

sqlite3 --version
py --version
  • Use Integrated Development and Learning Environment for the code 'Python IDLE' that comes with every Python installation.
  • Run the module using :
F5 Keyboard key

Task 2 - End-to-End Testing

to make this project work:

npm install cypress
  • Second, access the 'End-to-End' Testing run the following command to install the node modules
cd End-to-End-Testing
npm install
  • to run Cypress from the command line, use the following command:
npx cypress open
  • Using the cypress interface, the test is located in :
'End-to-End-Testing\cypress\integration\'

About


Languages

Language:JavaScript 50.2%Language:Python 49.8%