Skip to content

Commit

Permalink
projectid changed
Browse files Browse the repository at this point in the history
  • Loading branch information
shivamguys committed Apr 9, 2024
1 parent 2a6de24 commit c05f8ab
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml → .github/workflows/irctc.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: IRCTC Booking
name: IRCTC Automation Booking

on:
# schedule:
Expand All @@ -24,7 +24,7 @@ jobs:
- run: |
pip install -r irctc-captcha-solver/requirements.txt
python3 irctc-captcha-solver/app.py ""
# python3 irctc-captcha-solver/app.py --image-base-64 "" is used for models to load before starting tatkal tickets
# python3 irctc-captcha-solver/app.py "" is used for models to load before starting tatkal tickets

- name: Install Node.js and npm
uses: actions/setup-node@v4
Expand All @@ -36,4 +36,4 @@ jobs:
# continue-on-error: true
with:
browser: chrome
command: npx cypress run --record --key 967b25a7-e4dd-4b5b-a143-d799131b2d3b --browser chrome --env USERNAME=${{secrets.USERNAME}},PASSWORD=${{secrets.PASSWORD}}
command: npx cypress run --record --key a15b31a6-b9ee-4678-b9ac-f45a190851fe --browser chrome --env USERNAME=${{secrets.USERNAME}},PASSWORD=${{secrets.PASSWORD}}
2 changes: 1 addition & 1 deletion cypress.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const { defineConfig } = require("cypress");

module.exports = defineConfig({
projectId: 'wy3npb',
projectId: '7afdkj',

defaultCommandTimeout: 120000,
// video: true,
Expand Down
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
> activities.
> ```
[![IRCTC Automation](https://github.com/shivamguys/irctc-cypress-automation/actions/workflows/main.yml/badge.svg)](https://github.com/shivamguys/irctc-cypress-automation/actions/workflows/main.yml)
[![IRCTC Automation](https://github.com/shivamguys/irctc-cypress-automation/actions/workflows/irctc.yml/badge.svg)](https://github.com/shivamguys/irctc-cypress-automation/actions/workflows/irctc.yml)

[![IRCTC Automation](https://img.shields.io/endpoint?url=https://cloud.cypress.io/badge/simple/7afdkj/main&style=for-the-badge&logo=cypress)](https://cloud.cypress.io/projects/7afdkj/runs)

Expand Down Expand Up @@ -179,9 +179,9 @@ pip3 install -r irctc-captcha-solver/requirements.txt # <---- Make Sure You Run
```

#### Check If Everything Works Fine....
This Would Print **No --image-base-64 provided** Which Means You Have Followed Correctly at this point.
This Would Print **No base-64 String provided** Which Means You Have Followed Correctly at this point.
```
python irctc-captcha-solver/app.py --image-base-64 ""
python irctc-captcha-solver/app.py ""
```


Expand Down

0 comments on commit c05f8ab

Please sign in to comment.