https://github.com/hex0cter/testcafe-issue-2438
This project demostrates how to reproduce test-cafe issue 2438.
https://github.com/hex0cter/testcafe-issue-2438
testcafe
Last synced: about 1 year ago
JSON representation
This project demostrates how to reproduce test-cafe issue 2438.
- Host: GitHub
- URL: https://github.com/hex0cter/testcafe-issue-2438
- Owner: hex0cter
- Created: 2018-06-06T21:10:03.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-07T07:09:21.000Z (almost 8 years ago)
- Last Synced: 2025-01-06T12:47:27.323Z (over 1 year ago)
- Topics: testcafe
- Language: JavaScript
- Homepage: https://github.com/DevExpress/testcafe/issues/2438
- Size: 101 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Introduction
This project demostrates test-cafe issue 2438. For more details please visit: https://github.com/DevExpress/testcafe/issues/2438
## Getting Started
```
yarn
```
to install all the dependencies.
## Starting the server
```
yarn start
```
## Running the tests
### Test with Firefox
```
yarn test:firefox
```
### Test with Chrome
```
yarn test:chrome
```
## Workaround for Firefox
Start the server without hot reload:
```
yarn start --disableHotReload
```