Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
assessment1
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cosc360 in 2019
assessment1
Commits
7455f24b
Commit
7455f24b
authored
5 years ago
by
Will Billingsley
Browse files
Options
Downloads
Patches
Plain Diff
Added sample cypress test
parent
f891e231
No related branches found
No related tags found
No related merge requests found
Pipeline
#187
canceled
5 years ago
Stage: build
Stage: test
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
cypress.json
+1
-1
1 addition, 1 deletion
cypress.json
cypress/integration/page_spec.js
+5
-0
5 additions, 0 deletions
cypress/integration/page_spec.js
with
6 additions
and
1 deletion
cypress.json
+
1
−
1
View file @
7455f24b
{
"baseUrl"
:
"https://turing.une.edu.au/~wbilling/cosc360/ass
ign
ment1
/
"baseUrl"
:
"https://turing.une.edu.au/~wbilling/cosc360/ass
ess
ment1
"
}
This diff is collapsed.
Click to expand it.
cypress/integration/page_spec.js
0 → 100644
+
5
−
0
View file @
7455f24b
describe
(
'
The Assignment Page
'
,
function
()
{
it
(
'
loads in the browser
'
,
function
()
{
cy
.
visit
(
'
/
'
)
// change URL to match your dev URL
})
})
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
register
or
sign in
to comment