Glossary

Did the PM say UI PR by EOD or EOW?

General

TermDescription
PMProject Management
UIUser Interface
UXUser Experience
PRPull Request
LGTM'Looks Good to Me'
WIPWork In Progress

Development

TermDescription
CIContinuous Integration
CDContinuous Deployment
Project - NxAnything that shows up on the Nx project graph and has associated tasks.
Root DirThe root directory of the project where the workspace configuration and project files reside.
Project DirThe directory within a workspace that contains all of the project-specific files.
GraphDependency graph showing how projects within the workspace interact with each other.
Test SuiteCollections of tests grouped by functionality, performance, etc., to verify the project(s).
Test RailCollection of test suites.
TaskA unit of work within a project that is executed as part of targets.
WorkspaceArea in an Nx project containing apps and libs, configured in nx.json.

DevOps

TermDescription
Semver BotSemantic Versioning Bot that runs in the Release Pipeline
TargetA specific build, test, or deployment task defined in the Nx project configuration.
Task PipelineA sequence of tasks executed in a defined order.

Test Automation

TermDescription
AssertionValidates if a condition in the test meets the expected outcome.
ArtifactOutputs like logs or screenshots generated during test execution.
FixtureA predefined setup or state needed for a test to run.
MockSimulated objects or functions used to mimic real behavior in tests.
Test SuiteA collection of test cases grouped together for execution.
CoverageA metric that measures the amount of code exercised by the tests.
RegressionA bug that reappears after being previously fixed.
LocatorA query used to identify and interact with elements in the UI.
HeadlessRunning tests in a browser without a graphical interface.
ParallelExecuting multiple tests simultaneously to save time.

On this page

Made with 💚 for Hackers by Hackers