Skip to content

Instantly share code, notes, and snippets.

View pooria-h's full-sized avatar
💭
I may be slow to respond.

Pooria Hannani pooria-h

💭
I may be slow to respond.
View GitHub Profile
{
"main": [
[
1615593600000,
3.6231884057971016
],
[
1615597200000,
2.631578947368421
],
{
"pluginsFile": "tests/plugins/index.js"
}
const customConfig = require('../cypress.config');
module.exports = (on, config) => Object.assign({}, config, customConfig);
"scripts": {
"test": "cypress_mode=integration cypress run",
"test:selective": "cypress_mode=integration cypress open",
"report:merge": "mochawesome-merge --reportDir tests/results/json/* > tests/results/merged-tests.json",
"report:generate": "marge tests/results/merged-tests.json -o tests/results/html"
},