Skip to content

sudhanshu-raj/amigo_auto_testmode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

amigo test automation

This will automate the amigo quiz.

Installation

First do the setup to run this project

  1. Clone this repo
git clone #
cd amigo_test
  1. Create the .env file and copy template from sample.env and replace those with real values

  2. Then install the python packages

  pip install -r requirements.txt
  playwright install

Usage: How to use ?

  1. You will need the gemini api key
  2. put the api key in gemini2.py
  3. main file is dashboard.py
  4. in the main method of it sample code is there to run the script
  5. replace those value , like course link and credentials

Important Notes :

This is very basic script, you have to run the script for each module , it will complete just one module at one run means suppose , this is course : Fundamentals of Ecommerce (CSIT334)-Semester V and it has 6 modules so it will complete one module at one run , for first run it will complete module 1 then second run module 2 and goes on.

Note: for the module 2 of Fundamentals of Ecommerce (CSIT334)-Semester V it may not work properly, have to work on that manually .

And sometimes it may skipps the some quizzes, so have to check also , after each time script runs check the module it run and cross verify the things.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages