Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
automated_testing_kit-3373062
Manage
Activity
Members
Labels
Plan
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
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
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Issue forks
automated_testing_kit-3373062
Commits
b07bc5d0
Commit
b07bc5d0
authored
Jul 6, 2023
by
André Angelantoni
Browse files
Options
Downloads
Patches
Plain Diff
Add cypress/grep.
parent
ae4038cb
Branches
1.0.x
Branches containing commit
Tags
1.0.0-beta3
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
module_support/cypress.config.js
+5
-1
5 additions, 1 deletion
module_support/cypress.config.js
module_support/development/cypress.package.json
+4
-3
4 additions, 3 deletions
module_support/development/cypress.package.json
with
9 additions
and
4 deletions
module_support/cypress.config.js
+
5
−
1
View file @
b07bc5d0
...
...
@@ -4,10 +4,14 @@ module.exports = defineConfig({
e2e
:
{
baseUrl
:
'
http://automated-testing-kit-d10:8888/
'
,
setupNodeEvents
(
on
,
config
)
{
//
r
egister the "cypress-log-to-term" plugin
//
R
egister the "cypress-log-to-term" plugin
.
// https://github.com/bahmutov/cypress-log-to-term
// IMPORTANT: pass the "on" callback argument
require
(
'
cypress-log-to-term
'
)(
on
)
// Register the "cypress/grep" plugin.
require
(
'
@cypress/grep/src/plugin
'
)(
config
)
return
config
},
},
});
This diff is collapsed.
Click to expand it.
module_support/development/cypress.package.json
+
4
−
3
View file @
b07bc5d0
{
"devDependencies"
:
{
"@cypress/grep"
:
"^3.1.5"
,
"cy-verify-downloads"
:
"^0.1"
,
"cypress"
:
"^12.14.0"
,
"cypress-file-upload"
:
"^5.0"
,
"cypress-log-to-term"
:
"^1.5"
,
"cy-verify-downloads"
:
"^0.1"
,
"x2js"
:
"^3.4"
,
"eslint-config-airbnb-base"
:
"^15.0.0"
,
"eslint-config-standard-with-typescript"
:
"^35.0.0"
,
"eslint-plugin-cypress"
:
"^2.13.3"
,
"prettier"
:
"^2.8.8"
"prettier"
:
"^2.8.8"
,
"x2js"
:
"^3.4"
},
"dependencies"
:
{
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
sign in
to comment