Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nasa/openmct.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Hill <john.c.hill@nasa.gov>2021-11-30 03:34:47 +0300
committerGitHub <noreply@github.com>2021-11-30 03:34:47 +0300
commit02c2fb56559c0c4e1d9af6f2e7ca2ab076a9db95 (patch)
tree49908bb3013759ab7698b2c548310292cc9a8893 /.gitignore
parent0b02b083c36b7611973015b6941f6c057ca1d31d (diff)
Implement e2e functional smoke testing and visual regression testing with playwright (#4456)
* First example of playwright * Move config * set junit output * fix config and update version * staged changes * new files * update to remote dir * remove remote * smoke * Update smoke.spec.js * Add eslint for playwright * Add dependabot rule for playwright * Add adhoc GHA for playwright * Update tests and fix eslint * move playwright eslint config to e2e dir * Add to circle config * store artifacts * wrong location for storing artifacts * slash? * build before start * increase timeouts in circle * remove duplicate build step * timeout values * add retries * reduce retries * add percy emblem * added percy * Adds GHA for adhoc trigger and baseline visual * Bump and Rev dependabot separte from karma * update e2e label for additional pr logic * Ignore playwright changes for codeql * Update documentation * Add ability to run all tests on pr label * eof * yamlamlaml * issue instead of pull api * archive results and include a link in the PR comment * log context and attempt string concat * concat fix * add success/failure options * add alure reporting * lock playwright image Co-authored-by: unlikelyzero <jchill2@gmail.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index e6e7c6e67..7c608343c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -43,6 +43,10 @@ report.*.json
# Lighthouse reports
.lighthouseci
+# e2e test artifacts
+test-results
+allure-results
+
package-lock.json
#codecov artifacts