Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F4117936
cypress.config.js
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
779 B
Referenced Files
None
Subscribers
None
cypress.config.js
View Options
/* eslint-env node */
const
{
defineConfig
}
=
require
(
'cypress'
);
// const { mwApiCommands } = require( './tests/cypress/support/MwApiPlugin.js' );
const
envLogDir
=
process
.
env
.
LOG_DIR
?
process
.
env
.
LOG_DIR
+
'/Cite'
:
null
;
module
.
exports
=
defineConfig
(
{
e2e
:
{
supportFile
:
false
,
specPattern
:
'tests/cypress/e2e/**/*.cy.js'
,
baseUrl
:
process
.
env
.
MW_SERVER
+
process
.
env
.
MW_SCRIPT_PATH
,
mediawikiAdminUsername
:
process
.
env
.
MEDIAWIKI_USER
,
mediawikiAdminPassword
:
process
.
env
.
MEDIAWIKI_PASSWORD
},
retries
:
2
,
defaultCommandTimeout
:
5000
,
// ms; default is 4000ms
screenshotsFolder
:
envLogDir
||
'tests/cypress/screenshots'
,
video
:
true
,
videosFolder
:
envLogDir
||
'tests/cypress/videos'
,
downloadsFolder
:
envLogDir
||
'tests/cypress/downloads'
}
);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Aug 19, 02:26 (2 w, 2 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
a9/1f/b0f08d37ff842a7745da73dc0ff8
Default Alt Text
cypress.config.js (779 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment