An open API service indexing awesome lists of open source software.

https://github.com/dhanyn10/dhanyn-apptest


https://github.com/dhanyn10/dhanyn-apptest

Last synced: 2 months ago
JSON representation

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
```