https://github.com/dhanyn10/dhanyn-apptest
https://github.com/dhanyn10/dhanyn-apptest
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dhanyn10/dhanyn-apptest
- Owner: dhanyn10
- Created: 2021-12-10T09:38:57.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-11T09:16:51.000Z (over 3 years ago)
- Last Synced: 2025-01-16T23:26:32.931Z (4 months ago)
- Language: JavaScript
- Size: 381 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Getting Started with Create React App
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
## Available Scripts
In the project directory, you can run:
```
npm start
```Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.The page will reload if you make edits.\
You will also see any lint errors in the console.## Project Testing
this project use selenium IDE to generate testing scenario. You need to follow intructions from [selenium-ide](https://www.seleniumhq.org/selenium-ide/docs/en/introduction/command-line-runner/). After that, you can run testing command:
```
selenium-side-runner ./tests/visit-crud.side
```