Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yuanyu90221/puppeteer-with-nuxt
https://github.com/yuanyu90221/puppeteer-with-nuxt
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/yuanyu90221/puppeteer-with-nuxt
- Owner: yuanyu90221
- Created: 2020-05-25T02:49:51.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-03T14:24:26.000Z (almost 3 years ago)
- Last Synced: 2024-04-21T14:01:00.317Z (9 months ago)
- Language: JavaScript
- Size: 104 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# puppeteer-with-nuxt
## introduction
This is the e2e-test written by puppeteer which default use headless chrome to simulate user click behavior
## target to test process for login and check cookies status
## prequest
1 node > 10.16.0
## how to use
### 1 install
```script===
npm i
```### 2 run
```script===
node __test__/index.js
```