shivamguys / irctc-cypress-automation

Tatkal and Normal train Booking Automation in 1 Minute ✔️ Signing in with your username and password. ✔️ Auto Upgradation Enabled. ✔️ Filling Captchas and retrying untill success. ✔️ Support for Food Choices, Seats Preferences. ✔️ Payment Gateway Automation (Paying With UPI ID OR QR Code).
92 stars 142 forks source link

Auto fill Credentials #33

Closed MasterSJit closed 4 months ago

MasterSJit commented 5 months ago

Describe the bug A clear and concise description of what the bug is.

The username and password is not filling automatically, i tried several times but it's not working

Desktop (please complete the following information):

shivamguys commented 5 months ago

Can you please try with the latest commit and report if problem exists? @MasterSJit

shivamguys commented 4 months ago

Any updates @MasterSJit

MasterSJit commented 4 months ago

Can you please try with the latest commit and report if problem exists? @MasterSJit

I tried on latest commit on that day you just commit and after 28min i tried. Let me check it again and i will let you know

shivamguys commented 4 months ago

K

MasterSJit commented 4 months ago

The Cypress not even lunching now you can see here cypress icon on dock but not showing ui and in terminal also you can see website fetch completed log is showing.

image
ampliads commented 4 months ago

Desciption of Bug: I have encountered the same issue.

Environment: Win10x64 Browser: Chrome

Screen Recording can be found at : https://filebin.net/rmyx7bc0tnyvd7qi

shivamguys commented 4 months ago

Please Pull The Latest Code Now.... @MasterSJit @ampliads

This has been addressed because of the naming issue earlier all were in lower case... Now CAPITALIZED

Old

    "username": "yourusername",
    "password": "yourpassword",

Now After Fixing

    "USERNAME": "yourusername",
    "PASSWORD": "yourpassword",