mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
668e1196d1
* chore: setup tauri test * chore: update test * chore: update test * chore: update test * chore: update test * refactor: test folder location * chore: remove deps * ci: fix build --------- Co-authored-by: appflowy <annie@appflowy.io> Co-authored-by: nathan <nathan@appflowy.io>
14 lines
218 B
JSON
14 lines
218 B
JSON
{
|
|
"name": "selenium",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "mocha"
|
|
},
|
|
"dependencies": {
|
|
"chai": "^4.3.4",
|
|
"mocha": "^9.0.3",
|
|
"selenium-webdriver": "^4.0.0-beta.4"
|
|
}
|
|
}
|