Cypress initial config and tests #90
|
@ -68,7 +68,8 @@ module.exports = {
|
|||
// 'plugin:vue/vue3-recommended', // Priority C: Recommended (Minimizing Arbitrary Choices and Cognitive Overhead)
|
||||
// https://github.com/prettier/eslint-config-prettier#installation
|
||||
// usage with Prettier, provided by 'eslint-config-prettier'.
|
||||
'prettier'
|
||||
'prettier',
|
||||
'plugin:cypress/recommended'
|
||||
],
|
||||
rules: {
|
||||
semi: 'off',
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -58,6 +58,7 @@
|
|||
"mootools": "^1.5.2",
|
||||
"pinia": "^2.0.11",
|
||||
"promise-polyfill": "^8.2.3",
|
||||
"eslint-plugin-cypress": "^2.13.3",
|
||||
"quasar": "^2.6.0",
|
||||
"require-yaml": "0.0.1",
|
||||
"tinymce": "^6.3.0",
|
||||
|
@ -69,6 +70,7 @@
|
|||
"front": "webpack serve --open",
|
||||
"back": "cd ../vn-database && myvc start && cd ../salix && gulp backOnly",
|
||||
"cy:open": "cypress open",
|
||||
"test:e2e": "cypress run",
|
||||
"build": "rm -rf build/ ; webpack",
|
||||
|
||||
"clean": "rm -rf build/",
|
||||
"lint": "eslint --ext .js,.vue ./"
|
||||
jsegarra
commented
si definimos este script, no podemos usarlo en el resto? si definimos este script, no podemos usarlo en el resto?
wbuezas
commented
Si, claro que se puede, ahí lo apliqué. Commit: Si, claro que se puede, ahí lo apliqué.
Commit: https://gitea.verdnatura.es/verdnatura/hedera-web/commit/40444ac46a8fe7d223684268a313ca0432af5ecf
|
||||
|
|
Loading…
Reference in New Issue
no entiendo la diferencia entre hedera-web y hedera-web-mindshore
Que uno luego del
gulp docker
va al proyecto dehedera-web
y el otro al proyectohedera-web-mindshore
(fork), eso luego pueden eliminarlo, lo uso para poder desarrollar en el fork