Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
automated_testing_kit
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
automated_testing_kit
Merge requests
!5
Add Menu test and folder
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Add Menu test and folder
issue/automated_testing_kit-3389607:3389607-menu
into
1.0.x
Overview
10
Commits
8
Pipelines
0
Changes
10
3 unresolved threads
Hide all comments
Closed
Miguel Pelayo
requested to merge
issue/automated_testing_kit-3389607:3389607-menu
into
1.0.x
8 months ago
Overview
10
Commits
8
Pipelines
0
Changes
10
3 unresolved threads
Hide all comments
Expand
Closes
#3389607
0
0
Merge request reports
Compare
1.0.x
version 6
ab5a192a
7 months ago
version 5
ee29e89e
7 months ago
version 4
058920d1
7 months ago
version 3
eccd51ea
7 months ago
version 2
adb9ccb9
8 months ago
version 1
da5f85c5
8 months ago
1.0.x (base)
and
latest version
latest version
3e397b59
8 commits,
7 months ago
version 6
ab5a192a
6 commits,
7 months ago
version 5
ee29e89e
5 commits,
7 months ago
version 4
058920d1
4 commits,
7 months ago
version 3
eccd51ea
3 commits,
7 months ago
version 2
adb9ccb9
2 commits,
8 months ago
version 1
da5f85c5
1 commit,
8 months ago
10 files
+
140
−
59
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
10
Search (e.g. *.vue) (Ctrl+P)
module_support/development/cypress.package.json
+
14
−
8
Options
{
"name"
:
"automated_testing_kit"
,
"description"
:
""
,
"main"
:
"cypress.atk.config.js"
,
"scripts"
:
{},
"keywords"
:
[],
"author"
:
"Performant Labs"
,
"devDependencies"
:
{
"cypress-slow-down"
:
"^1.2
.1
"
,
"eslint-config-airbnb-base"
:
"^15.0
.0
"
,
"eslint-config-standard-with-typescript"
:
"^35.0
.0
"
,
"eslint-plugin-chai-friendly"
:
"^0.7
.2
"
,
"eslint-plugin-cypress"
:
"^2.15
.1
"
,
"prettier"
:
"^2.8
.8
"
"cypress-slow-down"
:
"^1.2"
,
"eslint-config-airbnb-base"
:
"^15.0"
,
"eslint-config-standard-with-typescript"
:
"^35.0"
,
"eslint-plugin-chai-friendly"
:
"^0.7"
,
"eslint-plugin-cypress"
:
"^2.15"
,
"prettier"
:
"^2.8"
},
"dependencies"
:
{
"@cypress/grep"
:
"^3.1
.5
"
,
"@cypress/grep"
:
"^3.1"
,
"cy-verify-downloads"
:
"^0.1"
,
"cypress"
:
"^13.0"
,
"cypress-file-upload"
:
"^5.0"
,
"cypress-log-to-term"
:
"^1.5"
,
"fast-xml-parser"
:
"^4.2
.6
"
,
"fast-xml-parser"
:
"^4.2"
,
"x2js"
:
"^3.4"
}
}
Loading