Skip to content

Commit

Permalink
updates to the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Volatar committed Nov 20, 2023
1 parent ca1bc7f commit 1685493
Showing 1 changed file with 45 additions and 59 deletions.
104 changes: 45 additions & 59 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,70 +5,56 @@ CSC-256 Group 7 Group Projects
This is a collection of labs for teaching, made as a group project for Wake Tech CSC-256.

# Featured labs
- Selinium
- Selenium
- Behavior Driven Development
- Application Programming Interfaces
- Test Driven Development
- one more which is TBD
- Playwright

# Modules
The Selenium and API sections come with mini web apps that the tutorials use as a base.

# Dependancies
### Selenium Lab Requirements.txt
>+attrs==23.1.0
>
>blinker==1.6.3
>
>certifi==2023.7.22
>
>cffi==1.16.0
>
>click==8.1.7
>
>colorama==0.4.6
>
>exceptiongroup==1.1.3
>
>Flask==3.0.0
>
>h11==0.14.0
>
>idna==3.4
>
>importlib-metadata==6.8.0
>
>itsdangerous==2.1.2
>
>Jinja2==3.1.2
>
>MarkupSafe==2.1.3
>
>outcome==1.3.0
>
>pycparser==2.21
>
>PySocks==1.7.1
>
>selenium==4.14.0
>
>sniffio==1.3.0
>
>sortedcontainers==2.4.0
>
>trio==0.22.2
>
>trio-websocket==0.11.1
>
>urllib3==2.0.7
>
>Werkzeug==3.0.0
>
>wsproto==1.2.0
>
>zipp==3.17.0
>
# Tests
# Dependencies
### Requirements.txt, also found in the root folder
```
aniso8601==9.0.1
attrs==23.1.0
blinker==1.6.3
certifi==2023.7.22
cffi==1.16.0
charset-normalizer==3.3.2
click==8.1.7
colorama==0.4.6
exceptiongroup==1.1.3
Flask==3.0.0
Flask-RESTful==0.3.10
h11==0.14.0
idna==3.4
importlib-metadata==6.8.0
iniconfig==2.0.0
itsdangerous==2.1.2
Jinja2==3.1.2
MarkupSafe==2.1.3
outcome==1.3.0
packaging==23.2
pluggy==1.3.0
pycparser==2.21
PySocks==1.7.1
pytest==7.4.3
pytz==2023.3.post1
requests==2.31.0
selenium==4.14.0
six==1.16.0
sniffio==1.3.0
sortedcontainers==2.4.0
tomli==2.0.1
trio==0.22.2
trio-websocket==0.11.1
urllib3==2.0.7
Werkzeug==3.0.0
wsproto==1.2.0
zipp==3.17.0
```

# Contributors
- Robert Francis Angodung
Expand All @@ -80,5 +66,5 @@ This is a collection of labs for teaching, made as a group project for Wake Tech
- Caleb Luce
- Alexi McNabb
- Taylor Sanderson
- Images by Midjourney
- Images in Selenium web app by Midjourney
- Image editing by Collin Sanderson

0 comments on commit 1685493

Please sign in to comment.