Skip to content

Commit

Permalink
logging
Browse files Browse the repository at this point in the history
  • Loading branch information
shivamguys committed Apr 10, 2024
1 parent 86a7a1a commit 3a812ab
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 2 deletions.
4 changes: 4 additions & 0 deletions cypress/e2e/irctc.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,11 @@ describe('IRCTC TATKAL BOOKING', () => {


// if next page opens which is review booking stage
cy.task("log", `.........Solving Second Stage Captchas solveCaptcha()`)

cy.solveCaptcha().then(() => {
cy.task("log", `Solved Second Stage Captchas solveCaptcha()`)

// BHIM UPI At Gateway Confirmation
cy.get(':nth-child(3) > .col-pad').click()
cy.get('.col-sm-9 > app-bank > #bank-type').click()
Expand Down
40 changes: 38 additions & 2 deletions irctc-captcha-solver/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,40 @@
easyocr==1.7.1
pyclipper
ninja
mpmath
argparse
typing-extensions
sympy
six
PyYAML
pillow
easyocr==1.7.1
numpy
packaging
nvidia-nvtx-cu12
nvidia-nvjitlink-cu12
nvidia-nccl-cu12
nvidia-curand-cu12
nvidia-cufft-cu12
nvidia-cuda-runtime-cu12
nvidia-cuda-nvrtc-cu12
nvidia-cuda-cupti-cu12
nvidia-cublas-cu12
numpy
networkx
MarkupSafe
fsspec
filelock
triton
tifffile
Shapely
scipy
python-bidi
opencv-python-headless
nvidia-cusparse-cu12
nvidia-cudnn-cu12
lazy_loader
jinja2
imageio
scikit-image
nvidia-cusolver-cu12
torch
torchvision

0 comments on commit 3a812ab

Please sign in to comment.